We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e77ee commit 63ca449Copy full SHA for 63ca449
1 file changed
.github/workflows/node.tests.yml
@@ -20,7 +20,6 @@ jobs:
20
uses: actions/setup-node@v3
21
with:
22
node-version: ${{ matrix.node-version }}
23
- cache: 'npm'
24
- run: npm install
25
- run: npm run build
26
- run: npm run test
0 commit comments