Merge pull request #12 from navi-commons/cache-removal-in-workflow

TP-89230 | cache-removal-in-workflow
This commit is contained in:
Varnit Goyal
2024-11-25 16:48:51 +05:30
committed by GitHub

View File

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