Skip to content

Commit 06367f1

Browse files
authored
chore: remove node 17 from test workflow, add node 18 (#486)
* Update test.yml * Update node support in engines
1 parent 1e4b8d4 commit 06367f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [14.x, 16.x, 17.x]
18+
node-version: [14.x, 16.x, 18.x]
1919

2020
steps:
2121
- uses: actions/checkout@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"puppeteer": "^18.0.0"
3333
},
3434
"engines": {
35-
"node": ">=14.15 <18"
35+
"node": ">=14.15 <19"
3636
},
3737
"repository": {
3838
"type": "git",

0 commit comments

Comments
 (0)