fix: update node version in test workflow
This commit is contained in:
parent
df64532959
commit
8663e0d3bb
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -10,6 +10,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: '14'
|
||||||
|
|
||||||
- name: Install yarn
|
- name: Install yarn
|
||||||
run: npm i -g yarn
|
run: npm i -g yarn
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user