Skip to content

Commit

Permalink
CI: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
robisim74 committed May 26, 2024
1 parent bcf841e commit 7523f99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-speak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"extract"
],
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"private": false,
"type": "module",
Expand Down

0 comments on commit 7523f99

Please sign in to comment.