Skip to content

Commit d6b5899

Browse files
chore(deps): update actions/setup-node action to v5
1 parent f25b5ac commit d6b5899

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24-
- uses: actions/setup-node@v4
24+
- uses: actions/setup-node@v5
2525
with:
2626
node-version: "22.x"
2727
cache: "npm"

.github/workflows/test-and-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424

25-
- uses: actions/setup-node@v4
25+
- uses: actions/setup-node@v5
2626
with:
2727
node-version: "22.x"
2828
cache: "npm"
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
fetch-depth: 0
6363

64-
- uses: actions/setup-node@v4
64+
- uses: actions/setup-node@v5
6565
with:
6666
node-version: "22.x"
6767
cache: "npm"
@@ -121,7 +121,7 @@ jobs:
121121
with:
122122
fetch-depth: 0
123123

124-
- uses: actions/setup-node@v4
124+
- uses: actions/setup-node@v5
125125
with:
126126
node-version: "22.x"
127127
cache: "npm"

0 commit comments

Comments
 (0)