Skip to content

Commit 6128b2d

Browse files
committed
update GitHub Action versions
1 parent 9d8db39 commit 6128b2d

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
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

+2-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]
@@ -108,7 +109,7 @@ jobs:
108109
run: npm run build
109110

110111
- name: 🚢 Release
111-
uses: cycjimmy/semantic-release-action@v2
112+
uses: cycjimmy/semantic-release-action@v3
112113
with:
113114
extra_plugins: |
114115
@semantic-release/changelog

.github/workflows/test-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: npm run build
3636

3737
- name: 🚢 Release
38-
uses: cycjimmy/semantic-release-action@v2
38+
uses: cycjimmy/semantic-release-action@v3
3939
with:
4040
dry_run: true
4141
extra_plugins: |

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)