mirror of
https://gitea.com/actions/setup-node.git
synced 2024-11-22 10:09:33 +01:00
remove unnessary install yarn command (#50)
This commit is contained in:
parent
7af5963081
commit
57adacb752
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ steps:
|
|||
with:
|
||||
node-version: '10.x'
|
||||
registry-url: <registry url>
|
||||
- run: npm install -g yarn
|
||||
- run: yarn install
|
||||
- run: yarn publish
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue