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 0a1376e commit 0993fe2Copy full SHA for 0993fe2
.github/workflows/CI.yml
@@ -20,6 +20,7 @@ jobs:
20
uses: actions/setup-node@v3
21
with:
22
node-version: ${{ matrix.node-version }}
23
+ cache: 'npm'
24
- name: Start Mongo
25
uses: supercharge/[email protected]
26
- name: Run tests
0 commit comments