diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0d29020..3dd78b36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: cache: npm node-version: lts/* - run: npm clean-install - - run: npm audit signatures + - run: corepack npm audit signatures - run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 730ac9af..2824446e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: node-version: lts/* cache: npm - run: npm clean-install - - run: npm audit signatures + - run: corepack npm audit signatures - run: npm run lint - name: All matrix versions passed if: ${{ !(contains(needs.*.result, 'failure')) }} diff --git a/package.json b/package.json index 4b2b598f..549326d5 100644 --- a/package.json +++ b/package.json @@ -107,5 +107,6 @@ "extends": [ "github>semantic-release/.github:renovate-config" ] - } + }, + "packageManager": "npm@10.5.0+sha256.17ca6e08e7633b624e8f870db81a78f46afe119de62bcaf0a7407574139198fc" }