Skip to content

Commit 2054c97

Browse files
Bump actions/setup-node from 4 to 6 (#3)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5ebd46 commit 2054c97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-to-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Setup Node.js
28-
uses: actions/setup-node@v4
28+
uses: actions/setup-node@v6
2929
with:
3030
node-version: 22
3131
cache: npm

0 commit comments

Comments
 (0)