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.
package-lock.json
1 parent c4f5b3f commit 5b635cdCopy full SHA for 5b635cd
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/setup-node@v4
19
with:
20
node-version: ${{ matrix.node-version }}
21
- - run: npm ci
+ - run: npm install
22
- run: npm test
23
- uses: codecov/codecov-action@v5
24
.gitignore
@@ -4,3 +4,4 @@ coverage/
4
dist/
5
dist.es2015/
6
*.tsbuildinfo
7
+package-lock.json
0 commit comments