We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca90c1 commit c1a0b27Copy full SHA for c1a0b27
3 files changed
.github/workflows/Test.yml
@@ -22,4 +22,5 @@ jobs:
22
with:
23
node-version: ${{ matrix.node-version }}
24
cache: 'npm'
25
+ - run: npm ci
26
- run: npm test
0 commit comments