Skip to content

Commit fbc2781

Browse files
committed
chore(deps): update actions/setup-node action to v6
1 parent a355859 commit fbc2781

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
21-
- uses: actions/setup-node@v5
21+
- uses: actions/setup-node@v6
2222
with:
2323
node-version: 22
2424
cache: yarn

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
22-
- uses: actions/setup-node@v5
22+
- uses: actions/setup-node@v6
2323
with:
2424
node-version: 22
2525
cache: yarn

0 commit comments

Comments
 (0)