Skip to content

Commit

Permalink
ci: switch to npm ci in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Sep 24, 2022
1 parent 107f7ca commit 9c4ee7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-theme-doc.yml
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: npm install, generate readme
run: |
npm install
npm ci
npm run theme-readme-gen
env:
CI: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install & Test
run: |
npm install
npm ci
npm run test
- name: Run Prettier
Expand Down

0 comments on commit 9c4ee7f

Please sign in to comment.