Skip to content

Commit

Permalink
chore(root): update pnpm version on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoazh committed Nov 15, 2024
1 parent 46052cb commit e307815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install pnpm
run: npm install -g pnpm@9.0.6
run: npm install -g pnpm@9.13.2
- name: Install dependencies
run: pnpm install
- name: Create env file
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: "20.x"
- name: Install pnpm
run: npm install --location=global pnpm
- name: Install dependencies
Expand Down

0 comments on commit e307815

Please sign in to comment.