mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-08 05:01:11 +00:00
Feedback
This commit is contained in:
parent
8e12aec29e
commit
920661f1be
5 changed files with 15 additions and 18 deletions
|
@ -61,7 +61,8 @@ steps:
|
|||
with:
|
||||
version: '10.x'
|
||||
registry-url: <registry url>
|
||||
- run: npm install
|
||||
- run: npm install -g yarn
|
||||
- run: yarn install
|
||||
- run: yarn publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.YARN_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue