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 278afbb commit bc6be57Copy full SHA for bc6be57
.github/workflows/nodejs.yml
@@ -30,6 +30,7 @@ jobs:
30
node-version: ${{ matrix.node }}
31
registry-url: 'https://registry.npmjs.org'
32
cache: 'npm'
33
+ - run: npm install -g [email protected]
34
- run: npm ci
35
- run: npm run build --if-present
36
- run: npm test
0 commit comments