We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbaff50 commit e1f18b6Copy full SHA for e1f18b6
.github/workflows/node.js.yml
@@ -19,5 +19,7 @@ jobs:
19
with:
20
node-version: ${{ matrix.node-version }}
21
cache: 'npm'
22
+ - name: Install dependencies
23
+ run: npm install
24
- name: Run tests
25
run: npm run test
0 commit comments