Skip to content

Commit 93ab760

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 55c5045 commit 93ab760

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
version: 10
1717
- name: Install Node.js
18-
uses: actions/setup-node@v4
18+
uses: actions/setup-node@v6
1919
with:
2020
node-version: 22
2121
cache: 'pnpm'
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
version: 10
4545
- name: Install Node.js
46-
uses: actions/setup-node@v4
46+
uses: actions/setup-node@v6
4747
with:
4848
node-version: 22
4949
cache: 'pnpm'

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
version: 10
1717
- name: Install Node.js
18-
uses: actions/setup-node@v4
18+
uses: actions/setup-node@v6
1919
with:
2020
node-version: 22
2121
cache: 'pnpm'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
version: 10
4949
- name: Install Node.js
50-
uses: actions/setup-node@v4
50+
uses: actions/setup-node@v6
5151
with:
5252
node-version: 22
5353
cache: 'pnpm'

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
version: 10
1818
- name: Install Node.js
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v6
2020
with:
2121
node-version: 22
2222
cache: 'pnpm'
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
version: 10
3737
- name: Install Node.js
38-
uses: actions/setup-node@v4
38+
uses: actions/setup-node@v6
3939
with:
4040
node-version: 22
4141
cache: 'pnpm'
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
version: 10
5656
- name: Install Node.js
57-
uses: actions/setup-node@v4
57+
uses: actions/setup-node@v6
5858
with:
5959
node-version: 22
6060
cache: 'pnpm'

0 commit comments

Comments
 (0)