Skip to content

Commit 1aec1f9

Browse files
committed
ci: update github actions for test-e2e-composable
1 parent 7762a59 commit 1aec1f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ jobs:
2323
dir: ./packages/test-e2e-composable-vue3
2424

2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727

2828
- name: Install node
29-
uses: actions/setup-node@v2
29+
uses: actions/setup-node@v4
3030
with:
3131
node-version: 20
3232

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

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

0 commit comments

Comments
 (0)