TP-89230 | cache-removal-in-workflow

This commit is contained in:
Mayank Singh
2024-11-25 16:47:45 +05:30
parent 43bdf44332
commit 7ad4bd559b

View File

@@ -12,7 +12,6 @@ jobs:
with: with:
node-version: "18.x" node-version: "18.x"
registry-url: "https://nexus.cmd.navi-tech.in/repository/navi-commons" registry-url: "https://nexus.cmd.navi-tech.in/repository/navi-commons"
cache: "npm"
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NAVI_COMMONS_NPM_AUTH_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NAVI_COMMONS_NPM_AUTH_TOKEN }}
- name: Setup tsc - name: Setup tsc
@@ -35,7 +34,6 @@ jobs:
with: with:
node-version: "16.x" node-version: "16.x"
registry-url: "https://nexus.cmd.navi-tech.in/repository/npm-packages" registry-url: "https://nexus.cmd.navi-tech.in/repository/npm-packages"
cache: "npm"
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NAVI_COMMONS_NPM_AUTH_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NAVI_COMMONS_NPM_AUTH_TOKEN }}
- name: Publishing Package - name: Publishing Package