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 57780ac commit f9b3587
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ 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/[email protected]
env:
Expand Down

0 comments on commit f9b3587

Please sign in to comment.