File tree Expand file tree Collapse file tree 4 files changed +24
-24
lines changed Expand file tree Collapse file tree 4 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -23,25 +23,25 @@ jobs:
23
23
dir : ./packages/test-e2e-composable-vue3
24
24
25
25
steps :
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@v4
27
27
28
28
- name : Install node
29
- uses : actions/setup-node@v2
29
+ uses : actions/setup-node@v4
30
30
with :
31
- node-version : 20
31
+ node-version : 22
32
32
33
33
- name : Install pnpm
34
- uses : pnpm/action-setup@v2 .0.1
34
+ uses : pnpm/action-setup@v4 .0.0
35
35
with :
36
- version : 8.14.1
36
+ version : 9.7.0
37
37
38
38
- name : Get pnpm store directory
39
39
id : pnpm-cache
40
40
run : |
41
41
echo "pnpm_cache_dir=$(pnpm store path)" >> "$GITHUB_OUTPUT"
42
42
43
43
- name : Cache pnpm modules
44
- uses : actions/cache@v2
44
+ uses : actions/cache@v4
45
45
with :
46
46
path : |
47
47
${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
Original file line number Diff line number Diff line change @@ -23,25 +23,25 @@ jobs:
23
23
dir : ./packages/test-e2e
24
24
25
25
steps :
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@v4
27
27
28
28
- name : Install node
29
- uses : actions/setup-node@v2
29
+ uses : actions/setup-node@v4
30
30
with :
31
- node-version : 20
31
+ node-version : 22
32
32
33
33
- name : Install pnpm
34
- uses : pnpm/action-setup@v2 .0.1
34
+ uses : pnpm/action-setup@v4 .0.0
35
35
with :
36
- version : 8.14.1
36
+ version : 9.7.0
37
37
38
38
- name : Get pnpm store directory
39
39
id : pnpm-cache
40
40
run : |
41
41
echo "pnpm_cache_dir=$(pnpm store path)" >> "$GITHUB_OUTPUT"
42
42
43
43
- name : Cache pnpm modules
44
- uses : actions/cache@v2
44
+ uses : actions/cache@v4
45
45
with :
46
46
path : |
47
47
${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
Original file line number Diff line number Diff line change @@ -23,25 +23,25 @@ jobs:
23
23
dir : ./packages/test-e2e-ssr
24
24
25
25
steps :
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@v4
27
27
28
28
- name : Install node
29
- uses : actions/setup-node@v2
29
+ uses : actions/setup-node@v4
30
30
with :
31
- node-version : 20
31
+ node-version : 22
32
32
33
33
- name : Install pnpm
34
- uses : pnpm/action-setup@v2 .0.1
34
+ uses : pnpm/action-setup@v4 .0.0
35
35
with :
36
- version : 8.14.1
36
+ version : 9.7.0
37
37
38
38
- name : Get pnpm store directory
39
39
id : pnpm-cache
40
40
run : |
41
41
echo "pnpm_cache_dir=$(pnpm store path)" >> "$GITHUB_OUTPUT"
42
42
43
43
- name : Cache pnpm modules
44
- uses : actions/cache@v2
44
+ uses : actions/cache@v4
45
45
with :
46
46
path : |
47
47
${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
Original file line number Diff line number Diff line change @@ -20,25 +20,25 @@ jobs:
20
20
name : Build and test
21
21
22
22
steps :
23
- - uses : actions/checkout@v2
23
+ - uses : actions/checkout@v4
24
24
25
25
- name : Install node
26
- uses : actions/setup-node@v2
26
+ uses : actions/setup-node@v4
27
27
with :
28
- node-version : 20
28
+ node-version : 22
29
29
30
30
- name : Install pnpm
31
- uses : pnpm/action-setup@v2 .0.1
31
+ uses : pnpm/action-setup@v4 .0.0
32
32
with :
33
- version : 8.14.1
33
+ version : 9.7.0
34
34
35
35
- name : Get pnpm store directory
36
36
id : pnpm-cache
37
37
run : |
38
38
echo "pnpm_cache_dir=$(pnpm store path)" >> "$GITHUB_OUTPUT"
39
39
40
40
- name : Cache pnpm modules
41
- uses : actions/cache@v2
41
+ uses : actions/cache@v4
42
42
with :
43
43
path : |
44
44
${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
You can’t perform that action at this time.
0 commit comments