Skip to content

Commit 2358a32

Browse files
committed
chore: test lint
1 parent c7ff346 commit 2358a32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
with:
1818
node-version: ${{ matrix.node }}
1919
- run: node --version
20+
- run: npm --version
2021
- run: npm install
22+
- run: npm ls -a
2123
- run: npm test
2224
- name: coverage
2325
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)