Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcpk committed Jan 29, 2024
1 parent 41ac9f1 commit 920dbe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -34,4 +34,4 @@ jobs:
- run: npx playwright install
- run: yarn
- run: yarn build
- run: yarn test:ci
# - run: yarn test:ci

0 comments on commit 920dbe1

Please sign in to comment.