Skip to content

Commit

Permalink
chore: use node 20 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinson01 committed Nov 26, 2024
1 parent ba2ca58 commit 961c6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: run tests
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- run: yarn install
- run: npx playwright install --with-deps chromium
- run: CI=1 yarn test

0 comments on commit 961c6f8

Please sign in to comment.