mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2026-03-23 16:08:05 +03:00
Overwrite scoped registry
This commit is contained in:
parent
16352bb09b
commit
b083ba8769
6 changed files with 73 additions and 10 deletions
1
__tests__/data/.npmrc
Normal file
1
__tests__/data/.npmrc
Normal file
|
|
@ -0,0 +1 @@
|
|||
registry=http://example.com
|
||||
1
__tests__/data/.npmrc-scoped
Normal file
1
__tests__/data/.npmrc-scoped
Normal file
|
|
@ -0,0 +1 @@
|
|||
@myscope:registry=http://example.com
|
||||
2
__tests__/data/.npmrc-scoped-with-registry
Normal file
2
__tests__/data/.npmrc-scoped-with-registry
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
registry=http://base.com
|
||||
@myscope:registry=http://example.com
|
||||
Loading…
Add table
Add a link
Reference in a new issue