1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-node synced 2025-03-14 22:26:59 +01:00

fix for documentation

This commit is contained in:
Dmitry Shibanov 2021-06-30 10:39:46 +03:00
parent 282049a5b1
commit 72922790cb

View file

@ -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.