From f1de7ad939d438495c1598a0ff282dfda07526d8 Mon Sep 17 00:00:00 2001 From: Akalanka Perera Date: Sat, 27 Jul 2024 18:46:29 +0530 Subject: [PATCH] Chore: updated pnpm version in workflows --- .github/actions/release/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml index 7a199ae..0751f93 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -10,8 +10,8 @@ runs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: '16.x' - registry-url: 'https://registry.npmjs.org' + node-version: "16.x" + registry-url: "https://registry.npmjs.org" - name: Configure git run: | @@ -23,7 +23,7 @@ runs: shell: bash - name: Install dependencies - run: npm install -g pnpm@8 && pnpm install --production --ignore-scripts + run: npm install -g pnpm@9.6.0 && pnpm install --production --ignore-scripts shell: bash - name: Create .npmrc @@ -62,4 +62,4 @@ runs: git config pull.ff true git add . && git commit -m "CI: @sliit-foss/automatic-versioning - sync release" || true git pull --rebase && git push origin - shell: bash \ No newline at end of file + shell: bash