mirror of
https://github.com/actions/setup-node.git
synced 2025-04-24 12:22:12 +00:00
Update advanced-usage.md
This commit is contained in:
parent
5b52f097d3
commit
f4d9b6a4ec
1 changed files with 3 additions and 3 deletions
|
@ -10,8 +10,8 @@ If `check-latest` is set to `true`, the action first checks if the cached versio
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: rxxel99@gmail.com
|
||||||
- uses: actions/setup-node@v3
|
- uses: j-zi
|
||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
@ -196,7 +196,7 @@ steps:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Use private packages
|
## Use z-j1
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue