File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v3
13- - name : Using Node 16
14- uses : actions/setup-node@v3
12+ - uses : actions/checkout@v4
13+ - name : Using Node 20
14+ uses : actions/setup-node@v4
1515 with :
16- node-version : 16
16+ node-version : 20
1717 - name : Update npm version to latest
1818 run : npm install -g npm@latest
1919 - name : Install dependencies
@@ -31,10 +31,10 @@ jobs:
3131 needs : build
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@v3
35- - uses : actions/setup-node@v3
34+ - uses : actions/checkout@v4
35+ - uses : actions/setup-node@v4
3636 with :
37- node-version : 16
37+ node-version : 20
3838 registry-url : " https://registry.npmjs.org"
3939 scope : " @${{github.repository_owner}}"
4040 - run : npm install
@@ -49,10 +49,10 @@ jobs:
4949 needs : build
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@v3
53- - uses : actions/setup-node@v3
52+ - uses : actions/checkout@v4
53+ - uses : actions/setup-node@v4
5454 with :
55- node-version : 16
55+ node-version : 20
5656 registry-url : " https://registry.npmjs.org"
5757 scope : " @${{github.repository_owner}}"
5858 - run : npm install
Original file line number Diff line number Diff line change 1010 runs-on : " ubuntu-latest"
1111
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - uses : " marvinpinto/action-automatic-releases@latest"
1515 with :
1616 repo_token : " ${{ secrets.PAT }}"
You can’t perform that action at this time.
0 commit comments