Skip to content

Commit a4d8ac3

Browse files
author
Jake Perkins
committed
manage node version
1 parent aa884d6 commit a4d8ac3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/actions/setup-e2e-env/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ runs:
8989
- run: echo "Setup E2E Environment started"
9090
shell: bash
9191

92+
- name: Setup Node.js
93+
uses: actions/setup-node@v4
94+
with:
95+
node-version: ${{ inputs.node-version }}
96+
9297
## Yarn Setup & Cache Management
9398

9499
- name: Corepack

0 commit comments

Comments
 (0)