Skip to content

Commit f452ce9

Browse files
committed
chore(swagger-bump): use npm ci instead of install
1 parent 9a8c14a commit f452ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swagger-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version: 12
1515
registry-url: 'https://registry.npmjs.org'
16-
- run: npm install
16+
- run: npm ci
1717
- run: npm version:1-swagger
1818
- uses: stefanzweifel/git-auto-commit-action@v4
1919
with:

0 commit comments

Comments
 (0)