Update pnpm version in github action
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -12,9 +12,9 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- platform: macos-latest # for Arm based macs.
|
- platform: macos-latest # Arm based macs
|
||||||
args: --target aarch64-apple-darwin
|
args: --target aarch64-apple-darwin
|
||||||
- platform: macos-latest # for Intel based macs.
|
- platform: macos-latest # Intel based macs
|
||||||
args: --target x86_64-apple-darwin
|
args: --target x86_64-apple-darwin
|
||||||
- platform: ubuntu-22.04
|
- platform: ubuntu-22.04
|
||||||
args: ""
|
args: ""
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 9.4.0
|
version: 9.6.0
|
||||||
|
|
||||||
- name: install frontend dependencies
|
- name: install frontend dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
Reference in New Issue
Block a user