mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-09-02 16:20:07 +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
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
.vercel
|
||||
.env
|
||||
node_modules
|
||||
package-lock.json
|
||||
*.lock
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
Generated
+9401
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user