Skip to content

Commit

Permalink
chore(dependencies): Update actions/setup-node action node version to…
Browse files Browse the repository at this point in the history
… v20.11.0
  • Loading branch information
erNail committed Feb 12, 2024
1 parent bca9264 commit f89bea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: "Set up node and yarn"
uses: "actions/[email protected]"
with:
node-version: "18.18.0"
node-version: "20.11.0"
- name: "Install semantic-release"
run: "yarn add semantic-release"
- name: "Run semantic-release"
Expand Down

0 comments on commit f89bea9

Please sign in to comment.