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 8436b63 commit 70d6321Copy full SHA for 70d6321
.github/workflows/docs.yml
@@ -25,6 +25,7 @@ jobs:
25
ref: gh-pages
26
path: gh-pages
27
28
+ - run: npm install -g npm@7
29
- run: npm install
30
31
- name: Set TAG env to devel
.github/workflows/tests.yml
@@ -22,6 +22,7 @@ jobs:
22
23
steps:
24
- uses: actions/checkout@v2
- run: npm test
env:
.github/workflows/web.yml
@@ -21,5 +21,6 @@ jobs:
21
- run: node smoke-test.js
0 commit comments