Skip to content

Commit ad8a90c

Browse files
committed
npm i replaced to npm ci
1 parent d28ab22 commit ad8a90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
node-version: 14
1414
- name: Install dependencies
15-
run: npm i
15+
run: npm ci
1616
- name: Create .env file
1717
run: |
1818
touch .env

0 commit comments

Comments
 (0)