We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60c144 commit c80b0d0Copy full SHA for c80b0d0
.github/lint.yml .github/workflows/lint.yml.github/lint.yml renamed to .github/workflows/lint.yml
@@ -19,6 +19,6 @@ jobs:
19
- uses: actions/setup-node@v2
20
with:
21
node-version: 14.x
22
- - run: npm ci
+ - run: npm install
23
- run: npm run lint
24
- run: npm test
.github/npm-publish.yml .github/workflows/npm-publish.yml.github/npm-publish.yml renamed to .github/workflows/npm-publish.yml
@@ -20,7 +20,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm publish
25
env:
26
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments