File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
- run : corepack enable
26
26
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
27
27
with :
28
- node-version : 20
28
+ node-version : lts/-1
29
29
cache : " pnpm"
30
30
31
31
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
- run : corepack enable
106
106
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
107
107
with :
108
- node-version : 20
108
+ node-version : lts/-1
109
109
cache : " pnpm"
110
110
111
111
- name : 📦 Install dependencies
@@ -137,7 +137,7 @@ jobs:
137
137
- run : corepack enable
138
138
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
139
139
with :
140
- node-version : 20
140
+ node-version : lts/-1
141
141
cache : " pnpm"
142
142
143
143
- name : Install dependencies
Original file line number Diff line number Diff line change 18
18
- run : corepack enable
19
19
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
20
20
with :
21
- node-version : 20
21
+ node-version : lts/-1
22
22
registry-url : " https://registry.npmjs.org/"
23
23
cache : " pnpm"
24
24
Original file line number Diff line number Diff line change 23
23
- run : corepack enable
24
24
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
25
25
with :
26
- node-version : 20
26
+ node-version : lts/-1
27
27
registry-url : " https://registry.npmjs.org/"
28
28
cache : " pnpm"
29
29
You can’t perform that action at this time.
0 commit comments