Skip to content

Commit 4b21348

Browse files
committed
feat!: drop support for older Node
1 parent 982cfe0 commit 4b21348

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node: [16.x, 18.x, 20.x]
9+
node: [18.x, 20.x, 21.x]
1010
name: Node ${{ matrix.node }}
1111
steps:
1212
- uses: actions/checkout@v4

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"release": "npx standard-version"
1616
},
1717
"engines": {
18-
"node": ">=16.x"
18+
"node": ">=18.x"
1919
},
2020
"keywords": [],
2121
"repository": {

0 commit comments

Comments
 (0)