We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7befb11 commit f76f577Copy full SHA for f76f577
.github/workflows/ci.yml
@@ -15,6 +15,6 @@ jobs:
15
- name: Install Node & NPM
16
uses: actions/setup-node@v3
17
- name: Install node modules
18
- run: npm ci
+ run: npm install
19
- name: Test
20
run: npm run test
0 commit comments