File tree 5 files changed +11
-7
lines changed
5 files changed +11
-7
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@v2
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,11 +14,15 @@ jobs:
14
14
name : Check licenses
15
15
steps :
16
16
- uses : actions/checkout@v2
17
+ - name : Set Node.js 16.x
18
+ uses : actions/setup-node@v2
19
+ with :
20
+ node-version : 16.x
17
21
- run : npm ci
18
22
- name : Install licensed
19
23
run : |
20
24
cd $RUNNER_TEMP
21
- 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
22
26
sudo tar -xzf licensed.tar.gz
23
27
sudo mv licensed /usr/local/bin/licensed
24
28
- run : licensed status
Original file line number Diff line number Diff line change 78
78
fail-fast : false
79
79
matrix :
80
80
os : [macos-latest, windows-latest, ubuntu-latest]
81
- go : [1.7 , 1.8.6]
81
+ go : [1.9 , 1.8.6]
82
82
steps :
83
83
- name : Checkout
84
84
uses : actions/checkout@v2
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 : Setup node 12
22
+ - name : Setup node 16
23
23
uses : actions/setup-node@v2
24
24
with :
25
- node-version : 12
25
+ node-version : 16
26
26
cache : npm
27
27
28
28
- name : npm ci
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ inputs:
14
14
description : Used to pull node distributions from go-versions. Since there's a default, this is typically not supplied by the user.
15
15
default : ${{ github.token }}
16
16
runs :
17
- using : ' node12 '
17
+ using : ' node16 '
18
18
main : ' dist/index.js'
You can’t perform that action at this time.
0 commit comments