Skip to content

Commit

Permalink
Update Node versions used on GitHub Actions
Browse files Browse the repository at this point in the history
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
  • Loading branch information
coliff committed Feb 10, 2023
1 parent 02edc57 commit 9d8db39
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:
fail-fast: false
matrix:
node:
- 14
- 16
- 17
- 18
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:
fail-fast: false
matrix:
node:
- 14
- 16
- 17
- 18
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
3 changes: 3 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"type": "git",
"url": "git+https://github.com/htmlhint/HTMLHint.git"
},
"engines": {
"node": ">=16"
},
"license": "MIT",
"main": "dist/htmlhint.js",
"module": "dist/core/core.js",
Expand Down

0 comments on commit 9d8db39

Please sign in to comment.