Skip to content

Commit

Permalink
update GitHub Action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Feb 14, 2023
1 parent 9d8db39 commit 6128b2d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 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
3 changes: 2 additions & 1 deletion .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 Expand Up @@ -108,7 +109,7 @@ jobs:
run: npm run build

- name: 🚢 Release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v3
with:
extra_plugins: |
@semantic-release/changelog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: npm run build

- name: 🚢 Release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v3
with:
dry_run: true
extra_plugins: |
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 6128b2d

Please sign in to comment.