Skip to content

Commit 94a69b9

Browse files
chore(deps): update actions/setup-node action to v5
Beachball-bump-type: patch
1 parent 19245f1 commit 94a69b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Install dependencies (example using pnpm)
3131
- uses: pnpm/action-setup@v4
32-
- uses: actions/setup-node@v4
32+
- uses: actions/setup-node@v5
3333
with:
3434
node-version-file: .node-version
3535
cache: pnpm

0 commit comments

Comments
 (0)