Skip to content

Commit

Permalink
ci: remove hardcoded node version from test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jul 10, 2023
1 parent 6b5d630 commit f24b1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: npm
node-version: 16
node-version: ${{ matrix.node_version }}
- run: npm ci
- run: npm run start-fixtures-server &
- run: sleep 3
Expand Down

0 comments on commit f24b1fa

Please sign in to comment.