Skip to content

Commit

Permalink
chore!: drop Node 14 and 16 support (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasshi-me authored Feb 26, 2024
1 parent 24fd8e0 commit d786b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x]
runs-on: ${{ matrix.os }}
steps:
- run: git config --global core.autocrlf false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "module",
"exports": "./lib/index.js",
"engines": {
"node": ">=v14.21.3"
"node": ">=v18.0.0"
},
"scripts": {
"prebuild": "run-s clean",
Expand Down

0 comments on commit d786b57

Please sign in to comment.