mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-06 05:55:53 -05:00
fix for documentation
This commit is contained in:
parent
282049a5b1
commit
72922790cb
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ steps:
|
|||
with:
|
||||
node-version: '14'
|
||||
cache: 'yarn'
|
||||
- run: npm install
|
||||
- run: npm test
|
||||
- run: yarn install
|
||||
- run: yarn test
|
||||
```
|
||||
Yarn caching handles both yarn versions: 1 or 2.
|
||||
|
||||
|
|
Loading…
Reference in a new issue