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 04c1e80 commit ebbfdf4Copy full SHA for ebbfdf4
.github/workflows/validation.yml
@@ -28,6 +28,7 @@ jobs:
28
with:
29
node-version: 12.x
30
- name: Install dependencies
31
+ uses: bahmutov/npm-install@v1.4.5
32
run: npm install
33
- name: Mocha
34
run: npm run test:only
0 commit comments