mirror of
https://github.com/actions/setup-node.git
synced 2025-04-24 04:20:49 +00:00
Sorry...
This commit is contained in:
parent
29392ffe17
commit
9370a40ce0
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ steps:
|
|||
with:
|
||||
node-version: '14'
|
||||
cache: 'npm'
|
||||
- if: !steps.setup.outputs.cache-hit != 'true'
|
||||
- if: steps.setup.outputs.cache-hit != 'true'
|
||||
run: npm install
|
||||
- run: npm test
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue