We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb5ec4 commit bcbc0baCopy full SHA for bcbc0ba
1 file changed
.github/workflows/validation.yml
@@ -27,8 +27,8 @@ jobs:
27
uses: actions/setup-node@v1
28
with:
29
node-version: 12.x
30
+ - uses: bahmutov/npm-install@v1.4.5
31
- name: Install dependencies
- uses: bahmutov/npm-install@v1.4.5
32
run: npm install
33
- name: Mocha
34
run: npm run test:only
0 commit comments