Skip to content

Commit 60d83f6

Browse files
authored
feat: dropping support for node 16 (#237)
1 parent 31c713e commit 60d83f6

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
node-version:
15-
- 16
16-
- 18
17-
- 20
16+
- lts/-1
17+
- lts/*
18+
- latest
1819

1920
steps:
2021
- uses: actions/checkout@v4

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"typings.d.ts"
1313
],
1414
"engines": {
15-
"node": ">=16"
15+
"node": ">=18"
1616
},
1717
"keywords": [
1818
"json-schema",

0 commit comments

Comments
 (0)