File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
- run : corepack enable
19
19
- uses : actions/setup-node@v4
20
20
with :
21
- node-version : 18
21
+ node-version : 20
22
22
cache : pnpm
23
23
24
24
- name : 📦 Install dependencies
35
35
- run : corepack enable
36
36
- uses : actions/setup-node@v4
37
37
with :
38
- node-version : 18
38
+ node-version : 20
39
39
cache : pnpm
40
40
41
41
- name : 📦 Install dependencies
Original file line number Diff line number Diff line change 11
11
- run : corepack enable
12
12
- uses : actions/setup-node@v4
13
13
with :
14
- node-version : 18
14
+ node-version : 20
15
15
cache : pnpm
16
16
17
17
- name : 📦 Install dependencies
Original file line number Diff line number Diff line change 19
19
- name : Set node
20
20
uses : actions/setup-node@v4
21
21
with :
22
- node-version : 18
22
+ node-version : 20
23
23
24
24
- run : npx changelogithub
25
25
env :
You can’t perform that action at this time.
0 commit comments