Skip to content

Commit 461778f

Browse files
committed
update to include Node v14
1 parent 5d0295e commit 461778f

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/development.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
node:
38+
- 14
3839
- 16
3940
- 18
4041
os: [ubuntu-latest, macos-latest, windows-latest]

.github/workflows/production.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
node:
38+
- 14
3839
- 16
3940
- 18
4041
os: [ubuntu-latest, macos-latest, windows-latest]

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
@@ -17,7 +17,7 @@
1717
"url": "git+https://github.com/htmlhint/HTMLHint.git"
1818
},
1919
"engines": {
20-
"node": ">=16"
20+
"node": ">=14"
2121
},
2222
"license": "MIT",
2323
"main": "dist/htmlhint.js",

0 commit comments

Comments
 (0)