Skip to content

Commit 52fc6f2

Browse files
committed
fix pm install
1 parent 225cb53 commit 52fc6f2

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
@@ -25,7 +25,7 @@ jobs:
2525
registry-url: 'https://registry.npmjs.org'
2626

2727
- name: Install dependencies
28-
run: npm ci
28+
run: npm install
2929

3030
- name: Run tests
3131
run: npm test

0 commit comments

Comments
 (0)