Skip to content

Commit 8a7bdb6

Browse files
committed
try npm ci again
1 parent 6117def commit 8a7bdb6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test-sunflower30-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
ls -l package.json
5353
npm -v
5454
node --version
55-
npm install
55+
npm ci
5656
5757
- name: Lint SCSS
5858
run: |

.github/workflows/build-test-sunflower30.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
ls -l package.json
6262
npm -v
6363
node --version
64-
npm install
64+
npm ci
6565
6666
- name: Lint SCSS
6767
run: npm run lint:scss

0 commit comments

Comments
 (0)