Skip to content

Commit

Permalink
3.0 breaking change: remove EOL Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Oct 20, 2023
1 parent 1921a3c commit 2f91de1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
node: ["16", "18", "20"]
node: ["18", "20"]
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion docs/release-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- 0.12.x+ requires Node 10+
- 1.x+ requires Node 12+
- 2.x+ requires Node 14+
- 3.x+ requires Node 16+
- 3.x+ requires Node 18+
1. `rm -rf node_modules && rm -f package-lock.json && npm install`
1. `npm audit`
1. Make sure `npx ava` runs okay
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"license": "MIT",
"engines": {
"node": ">=16"
"node": ">=18"
},
"funding": {
"type": "opencollective",
Expand Down

0 comments on commit 2f91de1

Please sign in to comment.