Skip to content

Commit d19ca8a

Browse files
committed
chore: update branch
1 parent 1fd1950 commit d19ca8a

File tree

4 files changed

+303
-323
lines changed

4 files changed

+303
-323
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- run: corepack enable
16+
- run: npm i -g -f corepack && corepack enable
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: 20

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
24-
- run: corepack enable
24+
- run: npm i -g -f corepack && corepack enable
2525
- uses: actions/setup-node@v4
2626
with:
2727
node-version: ${{ matrix.node }}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
"devDependencies": {
4848
"0x": "^5.8.0",
4949
"@types/express": "^5.0.0",
50-
"@types/node": "^22.13.0",
50+
"@types/node": "^22.13.1",
5151
"@types/supertest": "^6.0.2",
52-
"@vitest/coverage-v8": "^3.0.4",
52+
"@vitest/coverage-v8": "^3.0.5",
5353
"autocannon": "^8.0.0",
5454
"automd": "^0.3.12",
5555
"changelogen": "^0.5.7",
@@ -69,8 +69,8 @@
6969
"typescript": "^5.7.3",
7070
"unbuild": "^3.3.1",
7171
"undici": "^7.3.0",
72-
"vitest": "^3.0.4",
72+
"vitest": "^3.0.5",
7373
"zod": "^3.24.1"
7474
},
75-
"packageManager": "pnpm@9.15.4"
75+
"packageManager": "pnpm@10.2.0"
7676
}

0 commit comments

Comments
 (0)