Skip to content

Commit c80b0d0

Browse files
committed
ci: fix Action file locatons
1 parent f60c144 commit c80b0d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- uses: actions/setup-node@v2
2020
with:
2121
node-version: 14.x
22-
- run: npm ci
22+
- run: npm install
2323
- run: npm run lint
2424
- run: npm test
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: 14.x
2222
registry-url: https://registry.npmjs.org/
23-
- run: npm ci
23+
- run: npm install
2424
- run: npm publish
2525
env:
2626
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)