Skip to content

Commit c5eced5

Browse files
committedFeb 18, 2025·
chore: update repo
1 parent f7153b9 commit c5eced5

File tree

5 files changed

+596
-667
lines changed

5 files changed

+596
-667
lines changed
 

‎.github/workflows/autofix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- run: corepack enable
16+
- run: npm i -fg corepack && corepack enable
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
cache: "pnpm"
2121
- run: pnpm install
2222
- name: Fix lint issues

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- run: corepack enable
16+
- run: npm i -fg corepack && corepack enable
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
cache: "pnpm"
2121
- run: pnpm install
2222
- run: pnpm lint

‎package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@
3131
"test:types": "tsc --noEmit"
3232
},
3333
"devDependencies": {
34-
"@types/node": "^22.13.0",
35-
"@vitest/coverage-v8": "^2.1.8",
34+
"@types/node": "^22.13.4",
35+
"@vitest/coverage-v8": "^3.0.6",
3636
"benchmark": "^2.1.4",
3737
"changelogen": "^0.5.7",
38-
"eslint": "^9.19.0",
38+
"eslint": "^9.20.1",
3939
"eslint-config-unjs": "^0.4.2",
40-
"prettier": "^3.4.2",
40+
"prettier": "^3.5.1",
4141
"typescript": "^5.7.3",
4242
"unbuild": "^3.3.1",
43-
"vitest": "^2.1.8"
43+
"vitest": "^3.0.6"
4444
},
45-
"packageManager": "pnpm@9.15.4"
45+
"packageManager": "pnpm@10.4.1"
4646
}

0 commit comments

Comments
 (0)
Please sign in to comment.