Skip to content

Commit 0681a72

Browse files
authored
feat!: mark compatible with Node v20 and up (#612)
* feat!: mark compatible with Node v20 and up * update node version for build * update ci * update nvmrc
1 parent 44c3b55 commit 0681a72

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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, 18.x, 19.x]
18+
node-version: [18.x, 20.x, 21.x]
1919

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

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.20.2
1+
20

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ command = "echo 'no op'"
33
publish = "example"
44

55
[build.environment]
6-
NODE_VERSION = "16.15.1"
6+
NODE_VERSION = "20"
77

88
[[plugins]]
99
package = "./src/index.js"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"puppeteer": "^18.0.0"
3434
},
3535
"engines": {
36-
"node": ">=14.15 <20"
36+
"node": ">=18.14.0"
3737
},
3838
"type": "module",
3939
"repository": {

0 commit comments

Comments
 (0)