Skip to content

Commit 33b48eb

Browse files
committed
Make minimum supported node version 18
1 parent 45b64db commit 33b48eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [16.x, 18.x, 20.x]
11+
node-version: [18.x, 20.x]
1212
os: [ubuntu-latest]
1313

1414
steps:

packages/fastify-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"url": "https://github.com/fastify/fastify-renderer/issues"
5555
},
5656
"engines": {
57-
"node": ">= 12.0.0"
57+
"node": ">= 18.0.0"
5858
},
5959
"dependencies": {
6060
"@opentelemetry/api": "^1.6.0",

0 commit comments

Comments
 (0)