Skip to content

Commit 494daaf

Browse files
authored
Merge pull request #135 from PaulBayfield/dependabot/github_actions/actions/setup-node-5
build(deps): bump actions/setup-node from 4 to 5
2 parents 0c112e9 + df8443b commit 494daaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919

2020
- uses: actions/checkout@v5
21-
- uses: actions/setup-node@v4
21+
- uses: actions/setup-node@v5
2222
with:
2323
node-version: 20
2424
- run: npm install npm@latest -g

0 commit comments

Comments
 (0)