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 8511b30 commit 264820fCopy full SHA for 264820f
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/setup-node@v4
15
with:
16
node-version: 'latest'
17
- - run: npm ci
+ - run: npm install
18
- run: npm run build
19
- run: npm test
20
- name: Upload coverage reports to Codecov
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
21
22
- name: Install dependencies
23
- run: npm ci
+ run: npm install
24
25
- name: Run tests
26
run: npm test
0 commit comments