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 cc36173 commit a2c13b7Copy full SHA for a2c13b7
.github/workflows/build-test.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/setup-node@v3
36
with:
37
node-version: ${{ matrix.node-version }}
38
- cache: 'npm'
+
39
- name: Install Dependencies
40
run: npm install
41
0 commit comments