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:
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 :
31- node-version : 20
31+ node-version : 22
3232
3333 - name : Install pnpm
34- uses : pnpm/action-setup@v2 .0.1
34+ uses : pnpm/action-setup@v4 .0.0
3535 with :
36- version : 8.14.1
36+ version : 9.7.0
3737
3838 - name : Get pnpm store directory
3939 id : pnpm-cache
4040 run : |
4141 echo "pnpm_cache_dir=$(pnpm store path)" >> "$GITHUB_OUTPUT"
4242
4343 - name : Cache pnpm modules
44- uses : actions/cache@v2
44+ uses : actions/cache@v4
4545 with :
4646 path : |
4747 ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
Original file line number Diff line number Diff line change @@ -23,25 +23,25 @@ jobs:
2323 dir : ./packages/test-e2e
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 :
31- node-version : 20
31+ node-version : 22
3232
3333 - name : Install pnpm
34- uses : pnpm/action-setup@v2 .0.1
34+ uses : pnpm/action-setup@v4 .0.0
3535 with :
36- version : 8.14.1
36+ version : 9.7.0
3737
3838 - name : Get pnpm store directory
3939 id : pnpm-cache
4040 run : |
4141 echo "pnpm_cache_dir=$(pnpm store path)" >> "$GITHUB_OUTPUT"
4242
4343 - name : Cache pnpm modules
44- uses : actions/cache@v2
44+ uses : actions/cache@v4
4545 with :
4646 path : |
4747 ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
Original file line number Diff line number Diff line change @@ -23,25 +23,25 @@ jobs:
2323 dir : ./packages/test-e2e-ssr
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 :
31- node-version : 20
31+ node-version : 22
3232
3333 - name : Install pnpm
34- uses : pnpm/action-setup@v2 .0.1
34+ uses : pnpm/action-setup@v4 .0.0
3535 with :
36- version : 8.14.1
36+ version : 9.7.0
3737
3838 - name : Get pnpm store directory
3939 id : pnpm-cache
4040 run : |
4141 echo "pnpm_cache_dir=$(pnpm store path)" >> "$GITHUB_OUTPUT"
4242
4343 - name : Cache pnpm modules
44- uses : actions/cache@v2
44+ uses : actions/cache@v4
4545 with :
4646 path : |
4747 ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
Original file line number Diff line number Diff line change @@ -20,25 +20,25 @@ jobs:
2020 name : Build and test
2121
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v4
2424
2525 - name : Install node
26- uses : actions/setup-node@v2
26+ uses : actions/setup-node@v4
2727 with :
28- node-version : 20
28+ node-version : 22
2929
3030 - name : Install pnpm
31- uses : pnpm/action-setup@v2 .0.1
31+ uses : pnpm/action-setup@v4 .0.0
3232 with :
33- version : 8.14.1
33+ version : 9.7.0
3434
3535 - name : Get pnpm store directory
3636 id : pnpm-cache
3737 run : |
3838 echo "pnpm_cache_dir=$(pnpm store path)" >> "$GITHUB_OUTPUT"
3939
4040 - name : Cache pnpm modules
41- uses : actions/cache@v2
41+ uses : actions/cache@v4
4242 with :
4343 path : |
4444 ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
You can’t perform that action at this time.
0 commit comments