From 5a04e76985d2ac42bc616a827e0c59b43627df85 Mon Sep 17 00:00:00 2001 From: Luca Bertelli Date: Sat, 16 Mar 2024 09:46:07 +0100 Subject: [PATCH] fix(ci): upgrade npm --- .github/workflows/release.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6737e8f..5f9c227 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,13 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: "lts/*" + node-version: "latest" + - name: Check action's npm version + run: npm -v + - name: Update npm version + run: npm i -g npm@latest + - name: Check updated npm version + run: npm -v - name: Install dependencies run: npm clean-install - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies