File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-latest
6
6
strategy :
7
7
matrix :
8
- node-version : [12 .x]
8
+ node-version : [14 .x]
9
9
steps :
10
10
- name : Checkout
11
11
uses : actions/checkout@v2
12
12
- name : Use Node.js ${{ matrix.node-version }}
13
- uses : actions/setup-node@v1
13
+ uses : actions/setup-node@v2
14
14
with :
15
15
node-version : ${{ matrix.node-version }}
16
16
- name : Format
Original file line number Diff line number Diff line change 9
9
matrix :
10
10
node-version : [14.x]
11
11
steps :
12
- - uses : actions/checkout@v1
12
+ - uses : actions/checkout@v2
13
13
- name : Use Node.js ${{ matrix.node-version }}
14
- uses : actions/setup-node@v1
14
+ uses : actions/setup-node@v2
15
15
with :
16
16
node-version : ${{ matrix.node-version }}
17
17
- run : yarn install; yarn test
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ampproject/filesize" ,
3
- "version" : " 4.2.0 " ,
3
+ "version" : " 4.2.1 " ,
4
4
"description" : " Audit the filesize of items specified in package.json." ,
5
5
"author" : " Kristofer Baxter" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments