Skip to content

Commit

Permalink
Chore: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vieira committed Jan 8, 2025
1 parent b77b0e4 commit eec5de3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.2.2
- name: Setup Node.js
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.1.0
with:
node-version: 18
node-version: 22
- name: Install dependencies
uses: borales/actions-yarn@v4.2.0
uses: borales/actions-yarn@v5.0.0
with:
cmd: install
- name: Install semantic-release plugin
uses: borales/actions-yarn@v4.2.0
uses: borales/actions-yarn@v5.0.0
with:
cmd: add conventional-changelog-eslint
cmd: add conventional-changelog-eslint@3.0.9
- name: Release
uses: codfish/semantic-release-action@v2.2.0
uses: codfish/semantic-release-action@v3.5.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit eec5de3

Please sign in to comment.