Skip to content

Commit 49fd01f

Browse files
Merge pull request #60 from CodeWithJuber/dependabot/github_actions/actions/setup-node-6
chore(ci): bump actions/setup-node from 4 to 6
2 parents c6fc151 + 60b88d9 commit 49fd01f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v4
3131
- name: Setup Node
32-
uses: actions/setup-node@v4
32+
uses: actions/setup-node@v6
3333
with:
3434
node-version: 22
3535
- name: Build site

0 commit comments

Comments
 (0)