Skip to content

Commit 356ab0e

Browse files
Update actions dependencies (#126)
* v4.2.1 * latest uses versions
1 parent 65ddf8b commit 356ab0e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/format.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node-version: [12.x]
8+
node-version: [14.x]
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v2
1212
- name: Use Node.js ${{ matrix.node-version }}
13-
uses: actions/setup-node@v1
13+
uses: actions/setup-node@v2
1414
with:
1515
node-version: ${{ matrix.node-version }}
1616
- name: Format

.github/workflows/unit-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
matrix:
1010
node-version: [14.x]
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v2
1313
- name: Use Node.js ${{ matrix.node-version }}
14-
uses: actions/setup-node@v1
14+
uses: actions/setup-node@v2
1515
with:
1616
node-version: ${{ matrix.node-version }}
1717
- run: yarn install; yarn test

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ampproject/filesize",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Audit the filesize of items specified in package.json.",
55
"author": "Kristofer Baxter",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)