Skip to content

Commit 10170ae

Browse files
authored
Merge pull request #6 from targendaz2/dependabot/github_actions/actions/setup-node-6
2 parents 1893d9c + 5e1efb9 commit 10170ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: corepack enable
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version: "22.x"
2323
cache: yarn

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: corepack enable
1717

1818
- name: Setup Node.js
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v6
2020
with:
2121
node-version: "22.x"
2222
cache: yarn
@@ -47,7 +47,7 @@ jobs:
4747
run: corepack enable
4848

4949
- name: Setup Node.js
50-
uses: actions/setup-node@v4
50+
uses: actions/setup-node@v6
5151
with:
5252
node-version: "22.x"
5353
cache: yarn

0 commit comments

Comments
 (0)