Skip to content

Commit db3a9ab

Browse files
Update actions/setup-node action to v6
1 parent 644576b commit db3a9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publishToGHPages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v5
11-
- uses: actions/setup-node@v5
11+
- uses: actions/setup-node@v6
1212
with:
1313
node-version: "22.x"
1414
cache: "npm"

0 commit comments

Comments
 (0)