File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
- name : Install pnpm
14
14
uses : pnpm/action-setup@v2
15
15
with :
16
- version : 8
16
+ version : 9
17
17
- name : Install Node.js
18
18
uses : actions/setup-node@v4
19
19
with :
20
- node-version : 16
20
+ node-version : 18
21
21
cache : ' pnpm'
22
22
- name : Install dependencies
23
23
run : pnpm install
@@ -35,11 +35,11 @@ jobs:
35
35
- name : Install pnpm
36
36
uses : pnpm/action-setup@v2
37
37
with :
38
- version : 8
38
+ version : 9
39
39
- name : Install Node.js
40
40
uses : actions/setup-node@v4
41
41
with :
42
- node-version : 16
42
+ node-version : 18
43
43
cache : ' pnpm'
44
44
- name : Install dependencies
45
45
run : pnpm install
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
- name : Install pnpm
13
13
uses : pnpm/action-setup@v2
14
14
with :
15
- version : 8
15
+ version : 9
16
16
- name : Install Node.js
17
17
uses : actions/setup-node@v4
18
18
with :
19
- node-version : 16
19
+ node-version : 18
20
20
cache : ' pnpm'
21
21
- name : Install dependencies
22
22
run : pnpm install
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
- name : Install pnpm
13
13
uses : pnpm/action-setup@v2
14
14
with :
15
- version : 8
15
+ version : 9
16
16
- name : Install Node.js
17
17
uses : actions/setup-node@v4
18
18
with :
19
- node-version : 16
19
+ node-version : 18
20
20
cache : ' pnpm'
21
21
registry-url : ' https://registry.npmjs.org'
22
22
- name : Install dependencies
Original file line number Diff line number Diff line change 13
13
- name : Install pnpm
14
14
uses : pnpm/action-setup@v2
15
15
with :
16
- version : 8
16
+ version : 9
17
17
- name : Install Node.js
18
18
uses : actions/setup-node@v4
19
19
with :
You can’t perform that action at this time.
0 commit comments