mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2025-01-30 14:08:14 +08:00
ci: switch to npm ci in github actions (#2046)
This commit is contained in:
parent
0de23d3762
commit
c7d4c29757
2
.github/workflows/generate-theme-doc.yml
vendored
2
.github/workflows/generate-theme-doc.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
- name: npm install, generate readme
|
||||
run: |
|
||||
npm install
|
||||
npm ci
|
||||
npm run theme-readme-gen
|
||||
env:
|
||||
CI: true
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
- name: Install & Test
|
||||
run: |
|
||||
npm install
|
||||
npm ci
|
||||
npm run test
|
||||
|
||||
- name: Run Prettier
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,7 +1,6 @@
|
||||
.vercel
|
||||
.env
|
||||
node_modules
|
||||
package-lock.json
|
||||
*.lock
|
||||
.vscode/
|
||||
.idea/
|
||||
|
9401
package-lock.json
generated
Normal file
9401
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user