Skip to content

Commit 97c0db2

Browse files
chore: update to node 18 LTS
BREAKING CHANGE: drop support for node 14. Node 18 LTS is required
1 parent 48bdb64 commit 97c0db2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [14]
10+
node-version: [18]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
node-version: [14]
26+
node-version: [18]
2727
steps:
2828
- uses: actions/checkout@v2
2929
- uses: actions/setup-node@v2

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"fastify-schema-to-typescript": "./dist/src/cli.js"
88
},
99
"engines": {
10-
"node": ">=14.0.0"
10+
"node": ">=18.0.0"
1111
},
1212
"scripts": {
1313
"prepare": "husky install",

0 commit comments

Comments
 (0)