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 1515 uses : actions/checkout@v4
1616
1717 - name : Set up Node.js
18- uses : actions/setup-node@v2
18+ uses : actions/setup-node@v4
1919 with :
20- node-version : " 18 "
20+ node-version : " 20.x "
2121
2222 - name : Install and Build
2323 run : npm install && npm run build:web
Original file line number Diff line number Diff line change 88 steps :
99 - uses : actions/checkout@v4
1010 # Setup .npmrc file to publish to npm
11- - uses : actions/setup-node@v3
11+ - uses : actions/setup-node@v4
1212 with :
1313 node-version : " 20.x"
1414 registry-url : " https://registry.npmjs.org"
Original file line number Diff line number Diff line change 1616 with :
1717 fetch-depth : 0
1818
19- - uses : actions/setup-node@v3
19+ - uses : actions/setup-node@v4
2020 with :
21- node-version : 18.x
21+ node-version : " 20.x "
2222
2323 - run : npx changelogithub # or changelogithub@0.12 if ensure the stable result
2424 env :
You can’t perform that action at this time.
0 commit comments