File tree 4 files changed +6
-6
lines changed
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.15
18
+ node-version : 18.19.0
19
19
- run : corepack enable
20
20
- run : pnpm --version
21
21
- uses : actions/setup-node@v3
22
22
with :
23
- node-version : 18.15
23
+ node-version : 18.19.0
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 76
76
- uses : actions/checkout@v3
77
77
- uses : actions/setup-node@v3
78
78
with :
79
- node-version : 18.15
79
+ node-version : 18.19.0
80
80
- run : corepack enable
81
81
- run : pnpm --version
82
82
- run : pnpm i --frozen-lockfile
@@ -116,7 +116,7 @@ jobs:
116
116
- uses : actions/checkout@v3
117
117
- uses : actions/setup-node@v3
118
118
with :
119
- node-version : 18.15
119
+ node-version : 18.19.0
120
120
- run : corepack enable
121
121
- run : pnpm --version
122
122
- run : pnpm i --frozen-lockfile
Original file line number Diff line number Diff line change 57
57
- uses : actions/checkout@v3
58
58
- uses : actions/setup-node@v3
59
59
with :
60
- node-version : 18.15
60
+ node-version : 18.19.0
61
61
id : setup-node
62
62
- run : corepack enable
63
63
- run : pnpm --version
Original file line number Diff line number Diff line change 60
60
- uses : actions/checkout@v3
61
61
- uses : actions/setup-node@v3
62
62
with :
63
- node-version : 18.15
63
+ node-version : 18.19.0
64
64
id : setup-node
65
65
- run : corepack enable
66
66
- run : pnpm --version
You can’t perform that action at this time.
0 commit comments