Skip to content

Commit 1fffc2c

Browse files
Merge branch 'main' of github.com:ampproject/filesize into main
2 parents ced75d2 + 356ab0e commit 1fffc2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

0 commit comments

Comments
 (0)