Skip to content

Commit

Permalink
Force node 18 for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Nov 25, 2023
1 parent 8b7213d commit deb4ab7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ jobs:
runs-on: arc-runner-set
needs: [yarn-build]
steps:
- uses: actions/setup-node@v3
with:
node-version: 18

- uses: actions/checkout@v3
with:
submodules: recursive
Expand Down

0 comments on commit deb4ab7

Please sign in to comment.