From 5cf2b83cf307c90534d6a14f2f3ca6fc441c26fd Mon Sep 17 00:00:00 2001 From: Leonardo Lemos Date: Sun, 5 Jan 2025 03:05:02 -0300 Subject: [PATCH] ci: install pnpm via corepack in pipeline --- .github/workflows/release.yaml | 4 +++- .vscode/settings.json | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9bac5b2..ecf081c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,8 +25,10 @@ jobs: uses: actions/setup-node@v3 with: node-version: "lts/*" + - name: Setup pnpm 📦 + run: corepack enable pnpm - name: Install dependencies 📦 - run: npm i -g pnpm && pnpm install + run: pnpm install - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies run: pnpm audit signatures - name: Update version and changelog 📚 diff --git a/.vscode/settings.json b/.vscode/settings.json index 3d0911a..d001138 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,6 +7,7 @@ "ctfassets", "datasource", "datetime", + "GITHUB", "Hoverable", "instapaper", "latin",