Update publish-package.yml
This commit is contained in:
6
.github/workflows/publish-package.yml
vendored
6
.github/workflows/publish-package.yml
vendored
@@ -7,10 +7,10 @@ jobs:
|
||||
runs-on: [ default ]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16.x"
|
||||
registry-url: "https://nexus.cmd.navi-tech.in/repository/navi-commons"
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: "npm"
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NAVI_COMMONS_NPM_AUTH_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user