Skip to content

Commit ca3f2f4

Browse files
committed
ci: update node and pnpm
1 parent 659ba90 commit ca3f2f4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/test-e2e-composable.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
- name: Install node
2929
uses: actions/setup-node@v2
3030
with:
31-
node-version: 18
31+
node-version: 20
3232

3333
- name: Install pnpm
3434
uses: pnpm/action-setup@v2.0.1
3535
with:
36-
version: 8.6.2
36+
version: 8.14.1
3737

3838
- name: Get pnpm store directory
3939
id: pnpm-cache

.github/workflows/test-e2e-options.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
- name: Install node
2929
uses: actions/setup-node@v2
3030
with:
31-
node-version: 18
31+
node-version: 20
3232

3333
- name: Install pnpm
3434
uses: pnpm/action-setup@v2.0.1
3535
with:
36-
version: 8.6.2
36+
version: 8.14.1
3737

3838
- name: Get pnpm store directory
3939
id: pnpm-cache

.github/workflows/test-e2e-ssr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
- name: Install node
2929
uses: actions/setup-node@v2
3030
with:
31-
node-version: 18
31+
node-version: 20
3232

3333
- name: Install pnpm
3434
uses: pnpm/action-setup@v2.0.1
3535
with:
36-
version: 8.6.2
36+
version: 8.14.1
3737

3838
- name: Get pnpm store directory
3939
id: pnpm-cache

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- name: Install node
2626
uses: actions/setup-node@v2
2727
with:
28-
node-version: 18
28+
node-version: 20
2929

3030
- name: Install pnpm
3131
uses: pnpm/action-setup@v2.0.1
3232
with:
33-
version: 8.6.2
33+
version: 8.14.1
3434

3535
- name: Get pnpm store directory
3636
id: pnpm-cache

0 commit comments

Comments
 (0)