We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a4b3f commit bfe295bCopy full SHA for bfe295b
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install Node
22
uses: actions/setup-node@v3
23
with:
24
- node-version: 12.x
+ node-version: 14.x
25
cache: yarn
26
- name: Install Dependencies
27
run: yarn install --frozen-lockfile
@@ -38,7 +38,7 @@ jobs:
38
- uses: actions/checkout@v3
39
- uses: actions/setup-node@v3
40
41
42
43
44
run: yarn install --no-lockfile
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
0 commit comments