Skip to content

Commit 88a1ab8

Browse files
authored
npm install vs npm ci
1 parent 3a14552 commit 88a1ab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v1
1616
with:
1717
node-version: 12
18-
- run: npm ci
18+
- run: npm install
1919
- run: npm run lint
2020
- run: npm run cover
2121

@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: 12
3030
registry-url: https://registry.npmjs.org/
31-
- run: npm ci
31+
- run: npm install
3232
- run: npm publish
3333
env:
3434
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)