Skip to content

Commit b887cbd

Browse files
authored
Update main.yml
added npm install
1 parent d03c8a3 commit b887cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: "16"
2121

2222
- name: Install dependencies
23-
run: npm ci
23+
run: npm install
2424

2525
- name: Run tests
2626
run: npm test

0 commit comments

Comments
 (0)