File tree 2 files changed +3603
-3178
lines changed
2 files changed +3603
-3178
lines changed Original file line number Diff line number Diff line change @@ -17,29 +17,17 @@ jobs:
17
17
with :
18
18
fetch-depth : 0
19
19
20
- - name : Setup Node
21
- uses : actions/setup-node@v1
22
- with :
23
- node-version : 18
24
-
25
20
- name : Setup pnpm
26
- uses : pnpm/action-setup@v2.2.4
21
+ uses : pnpm/action-setup@v3
27
22
with :
28
- version : 8
23
+ version : 9
29
24
run_install : false
30
25
31
- - name : Get pnpm store directory
32
- id : pnpm-store
33
- run : echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
34
-
35
- - name : Use pnpm store
36
- uses : actions/cache@v3
37
- id : pnpm-cache
26
+ - name : Setup Node
27
+ uses : actions/setup-node@v1
38
28
with :
39
- path : ${{ steps.pnpm-store.outputs.pnpm_cache_dir }}
40
- key : ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
41
- restore-keys : |
42
- ${{ runner.os }}-pnpm-
29
+ node-version : 22
30
+ cache : ' pnpm'
43
31
44
32
- name : Install Dependencies
45
33
run : pnpm install --frozen-lockfile --prefer-offline
You can’t perform that action at this time.
0 commit comments