Skip to content

Commit

Permalink
ci(workflow): update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rbardini committed Jan 11, 2024
1 parent 6bfcdc9 commit ec99357
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Expand Up @@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Install
run: npm ci
Expand All @@ -36,10 +36,10 @@ jobs:
run: npm run package-check

- name: Release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
conventional-changelog-conventionalcommits
conventional-changelog-conventionalcommits@6
if: github.ref == 'refs/heads/master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
18
20

0 comments on commit ec99357

Please sign in to comment.