We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ced75d2 + 356ab0e commit 1fffc2cCopy full SHA for 1fffc2c
.github/workflows/format.yml
@@ -5,12 +5,12 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- node-version: [12.x]
+ node-version: [14.x]
9
steps:
10
- name: Checkout
11
uses: actions/checkout@v2
12
- name: Use Node.js ${{ matrix.node-version }}
13
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
14
with:
15
node-version: ${{ matrix.node-version }}
16
- name: Format
.github/workflows/unit-test.yml
@@ -9,9 +9,9 @@ jobs:
node-version: [14.x]
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
17
- run: yarn install; yarn test
0 commit comments