Skip to content

Commit af710a4

Browse files
Change npm ci to npm install
1 parent 1217fae commit af710a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: NPM install
24-
run: npm ci --audit=false --ignore-scripts
24+
run: npm install --audit=false --ignore-scripts
2525

2626
- name: Lint JavaScript with ESLint
2727
uses: a-b-r-o-w-n/[email protected]

0 commit comments

Comments
 (0)