Skip to content

Commit 4fe2fe1

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 6211318 commit 4fe2fe1

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
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626

27-
- uses: actions/setup-node@v4
27+
- uses: actions/setup-node@v6
2828
with:
2929
node-version: "22.x"
3030
cache: "npm"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515

16-
- uses: actions/setup-node@v4
16+
- uses: actions/setup-node@v6
1717
with:
1818
node-version: "22.x"
1919
cache: "npm"
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
fetch-depth: 0
7272

73-
- uses: actions/setup-node@v4
73+
- uses: actions/setup-node@v6
7474
with:
7575
node-version: "22.x"
7676
cache: "npm"
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
fetch-depth: 0
110110

111-
- uses: actions/setup-node@v4
111+
- uses: actions/setup-node@v6
112112
with:
113113
node-version: "22.x"
114114
cache: "npm"

0 commit comments

Comments
 (0)