File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
- uses : actions/checkout@v3
16
16
- uses : actions/setup-node@v3
17
17
with :
18
- node-version : 18
18
+ node-version : 18.15
19
19
- run : corepack enable
20
20
- run : pnpm --version
21
21
- uses : actions/setup-node@v3
22
22
with :
23
- node-version : 18
23
+ node-version : 18.15
24
24
cache : " pnpm"
25
25
cache-dependency-path : " **/pnpm-lock.yaml"
26
26
- name : install
Original file line number Diff line number Diff line change 72
72
- uses : actions/checkout@v3
73
73
- uses : actions/setup-node@v3
74
74
with :
75
- node-version : 18
75
+ node-version : 18.15
76
76
- run : corepack enable
77
77
- run : pnpm --version
78
78
- run : pnpm i --frozen-lockfile
@@ -108,7 +108,7 @@ jobs:
108
108
- uses : actions/checkout@v3
109
109
- uses : actions/setup-node@v3
110
110
with :
111
- node-version : 18
111
+ node-version : 18.15
112
112
- run : corepack enable
113
113
- run : pnpm --version
114
114
- run : pnpm i --frozen-lockfile
Original file line number Diff line number Diff line change 53
53
- uses : actions/checkout@v3
54
54
- uses : actions/setup-node@v3
55
55
with :
56
- node-version : 18
56
+ node-version : 18.15
57
57
id : setup-node
58
58
- run : corepack enable
59
59
- run : pnpm --version
Original file line number Diff line number Diff line change 56
56
- uses : actions/checkout@v3
57
57
- uses : actions/setup-node@v3
58
58
with :
59
- node-version : 18
59
+ node-version : 18.15
60
60
id : setup-node
61
61
- run : corepack enable
62
62
- run : pnpm --version
You can’t perform that action at this time.
0 commit comments