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
4 changed files with 9403 additions and 3 deletions
+1 -1
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
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Install & Test
run: |
npm install
npm ci
npm run test
- name: Run Prettier