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

Commit e7c2311

Browse files
authored
Merge pull request #46 from gripmock/dependabot/github_actions/actions/setup-node-6
ci: bump actions/setup-node from 5 to 6
2 parents cb5fa43 + da6ea2f commit e7c2311

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@v5
38+
uses: actions/setup-node@v6
3939
with:
4040
node-version: 20
4141
cache: npm # or pnpm / yarn

0 commit comments

Comments
 (0)