Skip to content

Commit

Permalink
chore: drop support for Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
fabnguess committed Nov 4, 2023
1 parent 39a01d2 commit 8fbdea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [18.x, 20.x]
fail-fast: false
steps:
- name: Harden Runner
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [18.x, 20.x]
fail-fast: false
steps:
- name: Harden Runner
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"exports": "./index.js",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": ">=18.0.0"
},
"scripts": {
"lint": "eslint src test",
Expand Down

0 comments on commit 8fbdea0

Please sign in to comment.