Skip to content

Commit

Permalink
chore(dependencies): Update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
erNail committed Feb 12, 2024
1 parent a6f2700 commit c274f38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
- name: "Checkout repository"
uses: "actions/[email protected]"
- name: "Set up node and yarn"
uses: "actions/[email protected]"
uses: "actions/[email protected]"

- name: "Install semantic-release"
run: "yarn add semantic-release"
- name: "Determine version"
Expand Down

0 comments on commit c274f38

Please sign in to comment.