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 92186ae commit b57c0f1Copy full SHA for b57c0f1
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
persist-credentials: false
17
- uses: actions/setup-node@v2
18
with:
19
- node-version: "16"
+ node-version: "14"
20
registry-url: "https://registry.npmjs.org"
21
- run: make install
22
- run: make test-lib-ci
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
- run: make publish-lib
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
- run: make build-lib
0 commit comments