Skip to content

Commit f76f577

Browse files
committed
chore: 🤖 (workflow) switch back to npm install
1 parent 7befb11 commit f76f577

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
@@ -15,6 +15,6 @@ jobs:
1515
- name: Install Node & NPM
1616
uses: actions/setup-node@v3
1717
- name: Install node modules
18-
run: npm ci
18+
run: npm install
1919
- name: Test
2020
run: npm run test

0 commit comments

Comments
 (0)