Skip to content

Commit 97b770e

Browse files
committed
add security md
1 parent e2aac86 commit 97b770e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: ${{matrix.node}}
1919
- name: install dependencies
20-
run: npm ci
20+
run: npm install
2121
- name: lint code
2222
run: npm run lint
2323
- name: build project

0 commit comments

Comments
 (0)