Skip to content

Commit

Permalink
Update reusable-e2e-tests.yml (#602)
Browse files Browse the repository at this point in the history
now sdk validates node version. bumped to 18.16.1
  • Loading branch information
goncer authored Sep 26, 2023
1 parent e80943c commit ff1226b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18.16.1'
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'

Expand Down

0 comments on commit ff1226b

Please sign in to comment.