Skip to content

Commit

Permalink
feat!: mark compatible with Node v20 and up (#612)
Browse files Browse the repository at this point in the history
* feat!: mark compatible with Node v20 and up

* update node version for build

* update ci

* update nvmrc
  • Loading branch information
Skn0tt committed Jan 30, 2024
1 parent 44c3b55 commit 0681a72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 19.x]
node-version: [18.x, 20.x, 21.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.2
20
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ command = "echo 'no op'"
publish = "example"

[build.environment]
NODE_VERSION = "16.15.1"
NODE_VERSION = "20"

[[plugins]]
package = "./src/index.js"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"puppeteer": "^18.0.0"
},
"engines": {
"node": ">=14.15 <20"
"node": ">=18.14.0"
},
"type": "module",
"repository": {
Expand Down

0 comments on commit 0681a72

Please sign in to comment.