Skip to content

Commit e0093e4

Browse files
committed
Move to pnpm 11
1 parent 9bc81c4 commit e0093e4

5 files changed

Lines changed: 69 additions & 201 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
- name: Install pnpm
1717
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
1818
with:
19-
version: 10
19+
version: 11
2020
- name: Install Node.js
2121
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2222
with:
2323
node-version: 25
2424
cache: pnpm
2525
- name: Install dependencies
26-
run: pnpm install --ignore-scripts
26+
run: pnpm ci
2727
- name: Run tests
2828
run: pnpm test
2929
short:
@@ -33,30 +33,30 @@ jobs:
3333
node-version:
3434
- 24
3535
- 22
36-
- 20
37-
- 18
3836
name: Node.js ${{ matrix.node-version }} Quick
3937
steps:
4038
- name: Checkout the repository
4139
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4240
- name: Install pnpm
4341
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
4442
with:
45-
version: 10
43+
version: 11
4644
- name: Install Node.js ${{ matrix.node-version }}
4745
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4846
with:
4947
node-version: ${{ matrix.node-version }}
5048
cache: pnpm
5149
- name: Install dependencies
52-
run: pnpm install --ignore-scripts
50+
run: pnpm ci
5351
- name: Run unit tests
5452
run: pnpm run unit
5553
old:
5654
runs-on: ubuntu-latest
5755
strategy:
5856
matrix:
5957
node-version:
58+
- 20
59+
- 18
6060
- 16
6161
- 14
6262
- 12

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -145,18 +145,6 @@
145145
"engines": {
146146
"node": "^10 || ^12 || >=14"
147147
},
148-
"pnpm": {
149-
"patchedDependencies": {
150-
151-
},
152-
"ignoredBuiltDependencies": [
153-
"esbuild",
154-
"unrs-resolver"
155-
],
156-
"onlyBuiltDependencies": [
157-
"simple-git-hooks"
158-
]
159-
},
160148
"clean-publish": {
161149
"cleanDocs": true
162150
}

patches/[email protected]

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)