Skip to content

Commit

Permalink
update to include Node v14
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Feb 14, 2023
1 parent 5d0295e commit 461778f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
fail-fast: false
matrix:
node:
- 14
- 16
- 18
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
fail-fast: false
matrix:
node:
- 14
- 16
- 18
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "git+https://github.com/htmlhint/HTMLHint.git"
},
"engines": {
"node": ">=16"
"node": ">=14"
},
"license": "MIT",
"main": "dist/htmlhint.js",
Expand Down

0 comments on commit 461778f

Please sign in to comment.