Skip to content

Commit

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

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
ludovicm67 authored Dec 18, 2023
2 parents 364c341 + 7a5b78e commit 0960b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
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 0960b25

Please sign in to comment.