File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 steps :
2424 - uses : actions/checkout@v2
2525
26- - name : Set Node.js 12 .x
26+ - name : Set Node.js 16 .x
2727 uses : actions/setup-node@v1
2828 with :
29- node-version : 12 .x
29+ node-version : 16 .x
3030
3131 - name : Install dependencies
3232 run : npm ci
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 name : Check licenses
1515 steps :
1616 - uses : actions/checkout@v2
17- - name : Set Node.js 12 .x
17+ - name : Set Node.js 16 .x
1818 uses : actions/setup-node@v2
1919 with :
20- node-version : 12 .x
20+ node-version : 16 .x
2121 - run : npm ci
2222 - name : Install licensed
2323 run : |
2424 cd $RUNNER_TEMP
25- curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.3.1 /licensed-3.3.1 -linux-x64.tar.gz
25+ curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.4.4 /licensed-3.4.4 -linux-x64.tar.gz
2626 sudo tar -xzf licensed.tar.gz
2727 sudo mv licensed /usr/local/bin/licensed
2828 - run : licensed status
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 - name : Checkout
2020 uses : actions/checkout@v2
2121
22- - name : Set Node.js 12 .x
22+ - name : Set Node.js 16 .x
2323 uses : actions/setup-node@v1
2424 with :
25- node-version : 12 .x
25+ node-version : 16 .x
2626
2727 - name : npm install
2828 run : npm install
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ outputs:
2020 python-version :
2121 description : " The installed python version. Useful when given a version range as input."
2222runs :
23- using : ' node12 '
23+ using : ' node16 '
2424 main : ' dist/setup/index.js'
2525 post : ' dist/cache-save/index.js'
2626 post-if : success()
You can’t perform that action at this time.
0 commit comments