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 83a1837 commit 52656ccCopy full SHA for 52656cc
.github/workflows/build.yml
@@ -22,6 +22,6 @@ jobs:
22
- uses: actions/setup-node@v5
23
with:
24
node-version: ${{ matrix.node-version }}
25
- - run: yarn --frozen-lockfile
26
- - run: yarn lint
27
- - run: yarn test
+ - run: npm ci
+ - run: npm run lint
+ - run: npm test
.gitignore
@@ -1,4 +1,3 @@
1
node_modules/
2
.nyc_output/
3
coverage/
4
-package-lock.json
0 commit comments