Skip to content

Commit 9204662

Browse files
authored
dont use npm ci
1 parent ae3f327 commit 9204662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
node-version: 'lts/*'
5353
cache: 'npm'
5454
- name: Install dependencies
55-
run: npm ci
55+
run: npm install
5656
- name: Print variables
5757
run: npx varlock load
5858
- name: Run tests

0 commit comments

Comments
 (0)