Skip to content

Commit 9d8db39

Browse files
committed
Update Node versions used on GitHub Actions
Just use v16 and v18. v14 support drops in a couple of months and using just 2 Node versions will be faster. REF: https://github.com/nodejs/release#release-schedule
1 parent 02edc57 commit 9d8db39

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/development.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
node:
38-
- 14
3938
- 16
40-
- 17
39+
- 18
4140
os: [ubuntu-latest, macos-latest, windows-latest]
4241

4342
steps:

.github/workflows/production.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
node:
38-
- 14
3938
- 16
40-
- 17
39+
- 18
4140
os: [ubuntu-latest, macos-latest, windows-latest]
4241

4342
steps:

package-lock.json

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

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"type": "git",
1717
"url": "git+https://github.com/htmlhint/HTMLHint.git"
1818
},
19+
"engines": {
20+
"node": ">=16"
21+
},
1922
"license": "MIT",
2023
"main": "dist/htmlhint.js",
2124
"module": "dist/core/core.js",

0 commit comments

Comments
 (0)