File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@v4
16
16
17
17
- name : Set up Node.js
18
- uses : actions/setup-node@v2
18
+ uses : actions/setup-node@v4
19
19
with :
20
- node-version : " 18 "
20
+ node-version : " 20.x "
21
21
22
22
- name : Install and Build
23
23
run : npm install && npm run build:web
Original file line number Diff line number Diff line change 8
8
steps :
9
9
- uses : actions/checkout@v4
10
10
# Setup .npmrc file to publish to npm
11
- - uses : actions/setup-node@v3
11
+ - uses : actions/setup-node@v4
12
12
with :
13
13
node-version : " 20.x"
14
14
registry-url : " https://registry.npmjs.org"
Original file line number Diff line number Diff line change 16
16
with :
17
17
fetch-depth : 0
18
18
19
- - uses : actions/setup-node@v3
19
+ - uses : actions/setup-node@v4
20
20
with :
21
- node-version : 18.x
21
+ node-version : " 20.x "
22
22
23
23
-
run :
npx changelogithub # or [email protected] if ensure the stable result
24
24
env :
You can’t perform that action at this time.
0 commit comments