From 6ce0604d015505a3b3942aa97a95a2f4c6569212 Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Mon, 22 Apr 2024 10:42:22 -0700 Subject: [PATCH] fix: force latest npm in release --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81a4d8d2..18c27678 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,8 @@ jobs: SKIP_YARN_COREPACK_CHECK: '1' - name: Enable corepack run: corepack enable + - name: Update npm to latest + run: npm install -g npm@latest - name: Install dependencies run: yarn - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies