Skip to content

Commit 771f092

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 6866872 commit 771f092

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install pnpm
1919
run: npm i -g pnpm@10
2020

21-
- uses: actions/setup-node@v4
21+
- uses: actions/setup-node@v6
2222
with:
2323
node-version: '20'
2424
cache: 'pnpm'
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install pnpm
3838
run: npm i -g pnpm@10
3939

40-
- uses: actions/setup-node@v4
40+
- uses: actions/setup-node@v6
4141
with:
4242
node-version: '20'
4343
cache: 'pnpm'
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install pnpm
6363
run: npm i -g pnpm@10
6464

65-
- uses: actions/setup-node@v4
65+
- uses: actions/setup-node@v6
6666
with:
6767
node-version: '20'
6868
cache: 'pnpm'

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install pnpm
1919
run: npm i -g pnpm@10
2020

21-
- uses: actions/setup-node@v4
21+
- uses: actions/setup-node@v6
2222
with:
2323
node-version: '20'
2424
cache: 'pnpm'

.github/workflows/realease-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install pnpm
1717
run: npm i -g pnpm@10
1818

19-
- uses: actions/setup-node@v4
19+
- uses: actions/setup-node@v6
2020
with:
2121
node-version: '20'
2222
cache: 'pnpm'

.github/workflows/release-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install pnpm
4242
run: npm i -g pnpm@10
4343

44-
- uses: actions/setup-node@v4
44+
- uses: actions/setup-node@v6
4545
with:
4646
registry-url: 'https://registry.npmjs.org'
4747
node-version: '20'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install pnpm
2222
run: npm i -g pnpm@10
2323

24-
- uses: actions/setup-node@v4
24+
- uses: actions/setup-node@v6
2525
with:
2626
registry-url: 'https://registry.npmjs.org'
2727
node-version: '20'

0 commit comments

Comments
 (0)