Skip to content

Commit a0f9761

Browse files
ZonaHexsunng87
authored andcommitted
build: update pnpm version
1 parent ba0d50b commit a0f9761

File tree

4 files changed

+2815
-2568
lines changed

4 files changed

+2815
-2568
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: pnpm/action-setup@v4
2727
with:
28-
version: 9.1.0
28+
version: 9.12.1
2929

3030
- name: Use Node.js ${{ matrix.node-version }}
3131
uses: actions/setup-node@v4

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
run: rm -rf release && mkdir -p release
2222

2323
- name: Install pnpm
24-
uses: pnpm/action-setup@v3
24+
uses: pnpm/action-setup@v4
2525
with:
26-
version: 8
26+
version: 9.12.1
2727

2828
- name: Install dependencies
2929
run: pnpm install --frozen-lockfile
@@ -90,7 +90,7 @@ jobs:
9090

9191
- uses: pnpm/action-setup@v4
9292
with:
93-
version: 9.1.0
93+
version: 9.12.1
9494

9595
- name: install Rust stable
9696
uses: dtolnay/rust-toolchain@stable # Set this to dtolnay/rust-toolchain@nightly

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"@lezer/highlight": "1.2.0",
173173
"@lezer/common": "1.2.0"
174174
},
175-
"packageManager": "pnpm@9.1.0",
175+
"packageManager": "pnpm@9.12.1",
176176
"pnpm": {
177177
"overrides": {
178178
"braces": "^3.0.3"

0 commit comments

Comments
 (0)