We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9692707 commit b1b4225Copy full SHA for b1b4225
.github/workflows/node.js.yml
@@ -26,5 +26,6 @@ jobs:
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
+ - run: npm install
30
- run: npm run check-types
31
- run: npm test
0 commit comments