Fixed npm dependency issue
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 12s
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 12s
This commit is contained in:
@@ -19,9 +19,6 @@ jobs:
|
||||
node-version: 20
|
||||
registry-url: "https://npm.personalnas.com/"
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Publish to private registry
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user