Skip to content

Commit

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

build(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
ludovicm67 committed Dec 13, 2023
2 parents 17fae65 + 1b4baae commit 9b49fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0
token: ${{ steps.generate_token.outputs.token }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20

Expand Down

0 comments on commit 9b49fc8

Please sign in to comment.