Skip to content

Commit 0901809

Browse files
committed
put actions back to npm ci
Ran into issue: npm/cli#4828
1 parent 55566ce commit 0901809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Install and Build 🔧
2222
run: |
23-
npm i
23+
npm ci
2424
npm run build-ci
2525
2626
- name: Deploy 🚀

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020

2121
- name: Test 🧪
2222
run: |
23-
npm i
23+
npm ci
2424
npm run check-ci

0 commit comments

Comments
 (0)