Skip to content

Commit

Permalink
Merge pull request #1 from GuavaCZ/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
lukas-frey authored Feb 10, 2024
2 parents c3563ae + 6acf685 commit 10564b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
commit_message: "style: fix code styling"

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "lts/*"

Expand Down

0 comments on commit 10564b2

Please sign in to comment.