Skip to content

Commit

Permalink
Chore: updated pnpm version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Jul 27, 2024
1 parent 6931340 commit f1de7ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down Expand Up @@ -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
shell: bash

0 comments on commit f1de7ad

Please sign in to comment.