Skip to content

Commit 99e07d6

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 778dc00 commit 99e07d6

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout the repository
1414
uses: actions/checkout@v4
1515
- name: Install Node.js
16-
uses: actions/setup-node@v4
16+
uses: actions/setup-node@v6
1717
with:
1818
node-version: 22
1919
- id: set-matrix
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
version: 10
3535
- name: Install Node.js
36-
uses: actions/setup-node@v4
36+
uses: actions/setup-node@v6
3737
with:
3838
node-version: 22
3939
cache: 'pnpm'
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
version: 10
6464
- name: Install Node.js
65-
uses: actions/setup-node@v4
65+
uses: actions/setup-node@v6
6666
with:
6767
node-version: 22
6868
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout the repository
1717
uses: actions/checkout@v4
1818
- name: Install Node.js
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v6
2020
with:
2121
node-version: 22
2222
- id: set-matrix
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
version: 10
3838
- name: Install Node.js
39-
uses: actions/setup-node@v4
39+
uses: actions/setup-node@v6
4040
with:
4141
node-version: 22
4242
cache: 'pnpm'
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
version: 10
6161
- name: Install Node.js
62-
uses: actions/setup-node@v4
62+
uses: actions/setup-node@v6
6363
with:
6464
node-version: 22
6565
cache: 'pnpm'
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
version: 10
8484
- name: Install Node.js
85-
uses: actions/setup-node@v4
85+
uses: actions/setup-node@v6
8686
with:
8787
node-version: 22
8888
cache: 'pnpm'

0 commit comments

Comments
 (0)