Skip to content
This repository was archived by the owner on Mar 8, 2026. It is now read-only.

Commit 41568f1

Browse files
authored
Merge pull request #40 from gripmock/dependabot/github_actions/actions/setup-node-5
ci: bump actions/setup-node from 4 to 5
2 parents 0ea2b16 + d02f7e0 commit 41568f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# - uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm
3636
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
3737
- name: Setup Node
38-
uses: actions/setup-node@v4
38+
uses: actions/setup-node@v5
3939
with:
4040
node-version: 20
4141
cache: npm # or pnpm / yarn

0 commit comments

Comments
 (0)