File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - ' v*'
77
88env :
9- NODE_VERSION : 16
9+ NODE_VERSION : 20
1010
1111jobs :
1212 build :
1313 runs-on : ubuntu-22.04
1414 timeout-minutes : 5
1515 steps :
16- - uses : actions/checkout@v3
17- - uses : actions/github-script@v6
16+ - uses : actions/checkout@v4
17+ - uses : actions/github-script@v7
1818 with :
1919 script : |
2020 github.rest.repos.createRelease({
2323 tag_name: '${{ github.ref }}',
2424 name: 'Release ${{ github.ref_name }}'
2525 })
26- - uses : aboutbits/github-actions-node/setup-and-install@v1
26+ - uses : aboutbits/github-actions-node/setup-and-install@v2
2727 with :
2828 node-version : ${{ env.NODE_VERSION }}
2929 registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 1616 "./react" : " ./tsconfig.react.json"
1717 },
1818 "engines" : {
19- "npm" : " ^8 || ^9 || ^10 " ,
20- "node" : " ^16 || ^18 || ^20 "
19+ "npm" : " ^8" ,
20+ "node" : " ^16"
2121 },
2222 "scripts" : {
2323 "postversion" : " git push && git push --tags"
You can’t perform that action at this time.
0 commit comments