Skip to content

Commit 78662fd

Browse files
committed
feat!: drop support for older Node
1 parent a61aab6 commit 78662fd

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, 19.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
@@ -16,7 +16,7 @@
1616
"release": "npx standard-version --no-verify"
1717
},
1818
"engines": {
19-
"node": ">=16.0.0"
19+
"node": ">=18.0.0"
2020
},
2121
"keywords": [
2222
"fastify",

0 commit comments

Comments
 (0)