ci: switch to npm ci in github actions (#2046)

This commit is contained in:
Rick Staa 2022-09-24 10:37:24 +02:00 committed by GitHub
parent 0de23d3762
commit c7d4c29757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9403 additions and 3 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: npm install, generate readme
run: |
npm install
npm ci
npm run theme-readme-gen
env:
CI: true

View File

@ -22,7 +22,7 @@ jobs:
- name: Install & Test
run: |
npm install
npm ci
npm run test
- name: Run Prettier

1
.gitignore vendored
View File

@ -1,7 +1,6 @@
.vercel
.env
node_modules
package-lock.json
*.lock
.vscode/
.idea/

9401
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff