Skip to content

Commit 0065c74

Browse files
committed
try and npm ci instead
1 parent 5bb1376 commit 0065c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
cache: 'npm'
2727
- name: Install and Build 🔧
2828
run: |
29-
npm install
29+
npm ci
3030
npm run build

0 commit comments

Comments
 (0)