mirror of
https://github.com/actions/setup-node.git
synced 2025-04-23 20:10:48 +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:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- if: !steps.setup.outputs.cache-hit != 'true'
|
- if: steps.setup.outputs.cache-hit != 'true'
|
||||||
run: npm install
|
run: npm install
|
||||||
- run: npm test
|
- run: npm test
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue