Skip to content

Commit

Permalink
put actions back to npm ci
Browse files Browse the repository at this point in the history
Ran into issue: npm/cli#4828
  • Loading branch information
greggman committed Jun 1, 2024
1 parent 55566ce commit 0901809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install and Build 🔧
run: |
npm i
npm ci
npm run build-ci
- name: Deploy 🚀
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:

- name: Test 🧪
run: |
npm i
npm ci
npm run check-ci

0 comments on commit 0901809

Please sign in to comment.