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 8f30e2e commit cce54eeCopy full SHA for cce54ee
.github/workflows/nodejs.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
node-version: ${{ matrix.node-version }}
26
27
- - run: 'npm install'
+ - run: 'npm ci'
28
- run: 'npm run lint'
29
- run: 'npm run build'
30
- run: 'DISABLE_LOGGING=1 npm run cover'
.github/workflows/npm-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: 14
18
registry-url: 'https://registry.npmjs.org/'
19
20
21
22
- run: 'npm publish'
23
env:
0 commit comments