mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-08-13 08:22:46 +00:00
ci: switch to npm ci in github actions (#2046)
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
- name: npm install, generate readme
|
||||
run: |
|
||||
npm install
|
||||
npm ci
|
||||
npm run theme-readme-gen
|
||||
env:
|
||||
CI: true
|
||||
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
- name: Install & Test
|
||||
run: |
|
||||
npm install
|
||||
npm ci
|
||||
npm run test
|
||||
|
||||
- name: Run Prettier
|
||||
|
||||
Reference in New Issue
Block a user