File tree Expand file tree Collapse file tree 6 files changed +155
-155
lines changed
Expand file tree Collapse file tree 6 files changed +155
-155
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
2929 - uses : actions/checkout@v6
3030 - uses : actions/setup-node@v6
3131 with :
32- node-version : ^24.14.1
32+ node-version : ^24.15.0
3333 - run : corepack enable
3434 - run : pnpm --version
3535 - uses : actions/setup-node@v6
3636 with :
37- node-version : ^24.14.1
37+ node-version : ^24.15.0
3838 cache : " pnpm"
3939 - name : install
4040 run : pnpm install --frozen-lockfile --prefer-offline
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 - uses : actions/checkout@v6
115115 - uses : actions/setup-node@v6
116116 with :
117- node-version : ^24.14.1
117+ node-version : ^24.15.0
118118 - run : corepack enable
119119 - run : pnpm --version
120120 - run : pnpm i --frozen-lockfile
@@ -188,7 +188,7 @@ jobs:
188188 - uses : actions/checkout@v6
189189 - uses : actions/setup-node@v6
190190 with :
191- node-version : ^24.14.1
191+ node-version : ^24.15.0
192192 - run : corepack enable
193193 - run : pnpm --version
194194 - run : pnpm i --frozen-lockfile
Original file line number Diff line number Diff line change 9595 - uses : actions/checkout@v6
9696 - uses : actions/setup-node@v6
9797 with :
98- node-version : ^24.14.1
98+ node-version : ^24.15.0
9999 id : setup-node
100100 - run : corepack enable
101101 - run : pnpm --version
Original file line number Diff line number Diff line change 9292 - uses : actions/checkout@v6
9393 - uses : actions/setup-node@v6
9494 with :
95- node-version : ^24.14.1
95+ node-version : ^24.15.0
9696 id : setup-node
9797 - run : corepack enable
9898 - run : pnpm --version
Original file line number Diff line number Diff line change 2525 " eslint --fix"
2626 ]
2727 },
28- "packageManager" : " pnpm@10.32.1 " ,
28+ "packageManager" : " pnpm@10.33.0 " ,
2929 "type" : " module" ,
3030 "engines" : {
3131 "node" : " >=24" ,
4848 "devDependencies" : {
4949 "@antfu/ni" : " ^30.0.0" ,
5050 "@eslint/js" : " ^10.0.1" ,
51- "@types/node" : " ^25.5 .0" ,
51+ "@types/node" : " ^25.6 .0" ,
5252 "@types/pacote" : " ^11.1.8" ,
5353 "@types/semver" : " ^7.7.1" ,
54- "eslint" : " ^10.1.0 " ,
54+ "eslint" : " ^10.2.1 " ,
5555 "eslint-config-prettier" : " ^10.1.8" ,
5656 "eslint-plugin-n" : " ^17.24.0" ,
5757 "lint-staged" : " ^16.4.0" ,
5858 "pacote" : " ^21.5.0" ,
59- "prettier" : " ^3.8.1 " ,
59+ "prettier" : " ^3.8.3 " ,
6060 "semver" : " ^7.7.4" ,
6161 "simple-git-hooks" : " ^2.13.1" ,
6262 "typescript" : " ^5.9.3" ,
63- "typescript-eslint" : " ^8.57 .2"
63+ "typescript-eslint" : " ^8.58 .2"
6464 }
6565}
You can’t perform that action at this time.
0 commit comments