File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
23
23
steps :
24
24
- uses : actions/checkout@v2
25
25
26
- - name : Set Node.js 12 .x
26
+ - name : Set Node.js 16 .x
27
27
uses : actions/setup-node@v1
28
28
with :
29
- node-version : 12 .x
29
+ node-version : 16 .x
30
30
31
31
- name : Install dependencies
32
32
run : npm ci
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
14
14
name : Check licenses
15
15
steps :
16
16
- uses : actions/checkout@v2
17
- - name : Set Node.js 12 .x
17
+ - name : Set Node.js 16 .x
18
18
uses : actions/setup-node@v2
19
19
with :
20
- node-version : 12 .x
20
+ node-version : 16 .x
21
21
- run : npm ci
22
22
- name : Install licensed
23
23
run : |
24
24
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
26
26
sudo tar -xzf licensed.tar.gz
27
27
sudo mv licensed /usr/local/bin/licensed
28
28
- run : licensed status
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
- name : Checkout
20
20
uses : actions/checkout@v2
21
21
22
- - name : Set Node.js 12 .x
22
+ - name : Set Node.js 16 .x
23
23
uses : actions/setup-node@v1
24
24
with :
25
- node-version : 12 .x
25
+ node-version : 16 .x
26
26
27
27
- name : npm install
28
28
run : npm install
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ outputs:
20
20
python-version :
21
21
description : " The installed python version. Useful when given a version range as input."
22
22
runs :
23
- using : ' node12 '
23
+ using : ' node16 '
24
24
main : ' dist/setup/index.js'
25
25
post : ' dist/cache-save/index.js'
26
26
post-if : success()
You can’t perform that action at this time.
0 commit comments