Skip to content

Commit b57c0f1

Browse files
committed
Fix CI/CD.
1 parent 92186ae commit b57c0f1

File tree

2 files changed

+31
-17529
lines changed

2 files changed

+31
-17529
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
persist-credentials: false
1717
- uses: actions/setup-node@v2
1818
with:
19-
node-version: "16"
19+
node-version: "14"
2020
registry-url: "https://registry.npmjs.org"
2121
- run: make install
2222
- run: make test-lib-ci
@@ -33,7 +33,7 @@ jobs:
3333
persist-credentials: false
3434
- uses: actions/setup-node@v2
3535
with:
36-
node-version: "16"
36+
node-version: "14"
3737
registry-url: "https://registry.npmjs.org"
3838
- run: make install
3939
- run: make publish-lib
@@ -49,7 +49,7 @@ jobs:
4949
persist-credentials: false
5050
- uses: actions/setup-node@v2
5151
with:
52-
node-version: "16"
52+
node-version: "14"
5353
registry-url: "https://registry.npmjs.org"
5454
- run: make install
5555
- run: make build-lib

0 commit comments

Comments
 (0)