We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b58a0f commit 2239fceCopy full SHA for 2239fce
.github/workflows/main.yml
@@ -16,6 +16,7 @@ jobs:
16
- uses: actions/setup-node@v3
17
with:
18
node-version: ${{ matrix.node-version }}
19
+ - run: npm --version
20
- run: npm ci
21
- run: npm test -- --ci
22
- uses: codecov/codecov-action@v3
0 commit comments