File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
- name : Install pnpm
20
20
uses : pnpm/action-setup@v2
21
21
22
- - name : Set node version to 16
22
+ - name : Set node version to 18
23
23
uses : actions/setup-node@v3
24
24
with :
25
- node-version : 16
25
+ node-version : 18
26
26
cache : ' pnpm'
27
27
28
28
- run : pnpm install
@@ -38,10 +38,10 @@ jobs:
38
38
- name : Install pnpm
39
39
uses : pnpm/action-setup@v2
40
40
41
- - name : Set node version to 16
41
+ - name : Set node version to 18
42
42
uses : actions/setup-node@v3
43
43
with :
44
- node-version : 16
44
+ node-version : 18
45
45
cache : ' pnpm'
46
46
47
47
- run : pnpm install
@@ -57,10 +57,10 @@ jobs:
57
57
- name : Install pnpm
58
58
uses : pnpm/action-setup@v2
59
59
60
- - name : Set node version to 16
60
+ - name : Set node version to 18
61
61
uses : actions/setup-node@v3
62
62
with :
63
- node-version : 16
63
+ node-version : 18
64
64
cache : ' pnpm'
65
65
66
66
- run : pnpm install
@@ -84,10 +84,10 @@ jobs:
84
84
- name : Install pnpm
85
85
uses : pnpm/action-setup@v2
86
86
87
- - name : Set node version to 16
87
+ - name : Set node version to 18
88
88
uses : actions/setup-node@v3
89
89
with :
90
- node-version : 16
90
+ node-version : 18
91
91
cache : ' pnpm'
92
92
93
93
- run : pnpm install
You can’t perform that action at this time.
0 commit comments