Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 953c43b

Browse files
committed
move all to node12
1 parent 4a94a47 commit 953c43b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
with:
3131
path: '.'
3232
key: ${{ github.sha }}-deps
33+
- name: Setup node 12
34+
uses: actions/setup-node@v1
35+
with:
36+
node-version: 12.x
3337
- run: yarn lint
3438
unit-test:
3539
runs-on: ubuntu-latest
@@ -40,6 +44,10 @@ jobs:
4044
with:
4145
path: '.'
4246
key: ${{ github.sha }}-deps
47+
- name: Setup node 12
48+
uses: actions/setup-node@v1
49+
with:
50+
node-version: 12.x
4351
- run: yarn test
4452
build:
4553
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)