Skip to content

Commit

Permalink
chore: deprecate node 16
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This package now only supports node 18 or later.
  • Loading branch information
mekwall committed Dec 29, 2024
1 parent ec3570a commit ba32111
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 19.x]
node-version: [18.x, 20.x, 22.x]
include:
- node-version: 22.x

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"engines": {
"node": ">=12"
"node": ">=18"
},
"scripts": {
"rebuild": "yarn build --clean",
Expand Down

0 comments on commit ba32111

Please sign in to comment.