diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 201f7599..98f4b58d 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -13,7 +13,7 @@ jobs: uses: actions/setup-node@v6 with: node-version-file: '.nvmrc' - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.npm key: npm-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 50608cd0..456b5917 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,7 +12,7 @@ jobs: uses: actions/setup-node@v6 with: node-version-file: '.nvmrc' - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.npm key: npm-${{ hashFiles('package-lock.json') }} diff --git a/.npmrc b/.npmrc index c70043fb..11fc4343 100644 --- a/.npmrc +++ b/.npmrc @@ -75,6 +75,7 @@ @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com +@tradeshift:registry=https://npm.pkg.github.com