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 f86d92f commit 570b25aCopy full SHA for 570b25a
.github/workflows/node.yml
@@ -29,4 +29,5 @@ jobs:
29
uses: actions/setup-node@v1
30
with:
31
node-version: ${{ matrix.node-version }}
32
+ - run: npm install
33
- run: node nodejs/test.js dump verbose
0 commit comments