mirror of
https://gitea.com/actions/setup-node.git
synced 2024-11-10 09:39:21 +08:00
fix for documentation
This commit is contained in:
parent
282049a5b1
commit
72922790cb
@ -55,8 +55,8 @@ steps:
|
|||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- run: npm install
|
- run: yarn install
|
||||||
- run: npm test
|
- run: yarn test
|
||||||
```
|
```
|
||||||
Yarn caching handles both yarn versions: 1 or 2.
|
Yarn caching handles both yarn versions: 1 or 2.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user