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.
2 parents 4ca1294 + d911f1c commit ac26cb9Copy full SHA for ac26cb9
.github/workflows/ci.yml
@@ -43,7 +43,8 @@ jobs:
43
runs-on: ubuntu-latest
44
steps:
45
- uses: actions/checkout@v2
46
- - uses: actions/setup-node@v2
+ - name: Set up Node.js
47
+ uses: actions/setup-node@v2
48
with:
49
node-version: "14.x"
50
- name: Build and test Javascript client
.github/workflows/release.yml
@@ -42,7 +42,8 @@ jobs:
42
# Tags are needed to compute the current version number
fetch-depth: 0
- name: Publish Javascript client to npm
0 commit comments