Skip to content

Commit

Permalink
feat: drop node@16 (#374)
Browse files Browse the repository at this point in the history
16.x reached EOL 2023-09-11
[nodejs/Release](https://github.com/nodejs/Release#:~:text=2021%2D06%2D01-,16.x,-End%2Dof%2DLife)

Similar to #363 since we haven't
reached v1.0.0 yet this isn't considered a semver major bump.

Co-authored-by: Ethan Arrowood <ethan.arrowood@vercel.com>
  • Loading branch information
ijjk and Ethan Arrowood authored Dec 13, 2023
1 parent 22541e4 commit 8dedc2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [16, 18, 20]
node: [18, 20]
runs-on: ${{ matrix.os }}
services:
redis:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"when": "^3.7.8"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 8dedc2c

Please sign in to comment.