File tree Expand file tree Collapse file tree 4 files changed +20
-20
lines changed Expand file tree Collapse file tree 4 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ jobs:
34
34
path : ${{github.workspace}}
35
35
key : ${{ inputs.dep-cache-key }}
36
36
37
+ - uses : pnpm/action-setup@v4
38
+ with :
39
+ version : 10.5.2
40
+ run_install : false
41
+
37
42
- name : Use Node.js 20
38
43
uses : actions/setup-node@v5
39
44
with :
40
45
node-version : 20
41
46
cache : ' pnpm'
42
47
43
- - uses : pnpm/action-setup@v4
44
- with :
45
- version : 10.5.2
46
- run_install : false
47
-
48
48
- name : Install Dependencies (if not restored from cache)
49
49
if : steps.dep-cache.outputs.cache-hit != 'true'
50
50
run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ jobs:
32
32
path : ${{github.workspace}}
33
33
key : ${{ env.DEP_CACHE_KEY }}
34
34
35
+ - uses : pnpm/action-setup@v4
36
+ with :
37
+ version : 10.5.2
38
+ run_install : false
39
+
35
40
- name : Use Node.js 22
36
41
uses : actions/setup-node@v5
37
42
with :
38
43
node-version : 22
39
44
cache : ' pnpm'
40
45
41
- - uses : pnpm/action-setup@v4
42
- with :
43
- version : 10.5.2
44
- run_install : false
45
-
46
46
- name : Install Dependencies (if not restored from cache)
47
47
if : steps.dep-cache.outputs.cache-hit != 'true'
48
48
run : pnpm install --frozen-lockfile --ignore-scripts
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
14
14
steps :
15
15
- uses : actions/checkout@v5
16
16
17
- - uses : actions/setup-node@v5
18
- with :
19
- node-version : 18
20
- cache : ' pnpm'
21
-
22
17
- uses : pnpm/action-setup@v4
23
18
with :
24
19
version : 10.5.2
25
20
run_install : false
26
21
22
+ - uses : actions/setup-node@v5
23
+ with :
24
+ node-version : 18
25
+ cache : ' pnpm'
26
+
27
27
- run : pnpm run spellcheck
Original file line number Diff line number Diff line change @@ -37,17 +37,17 @@ jobs:
37
37
path : ${{github.workspace}}
38
38
key : ${{ inputs.dep-cache-key }}
39
39
40
+ - uses : pnpm/action-setup@v4
41
+ with :
42
+ version : 10.5.2
43
+ run_install : false
44
+
40
45
- name : Use Node.js 20
41
46
uses : actions/setup-node@v5
42
47
with :
43
48
node-version : 20
44
49
cache : ' pnpm'
45
50
46
- - uses : pnpm/action-setup@v4
47
- with :
48
- version : 10.5.2
49
- run_install : false
50
-
51
51
- name : Install Dependencies (if not restored from cache)
52
52
if : steps.dep-cache.outputs.cache-hit != 'true'
53
53
run : pnpm install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments