File tree Expand file tree Collapse file tree 4 files changed +32
-32
lines changed
Expand file tree Collapse file tree 4 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 - uses : actions/checkout@v4
1515 - uses : actions/setup-node@v4
1616 with :
17- node-version : 22
17+ node-version : 22.18.0
1818 - run : corepack enable
1919 - uses : actions/setup-node@v4
2020 with :
21- node-version : 22
21+ node-version : 22.18.0
2222 cache : " pnpm"
2323 cache-dependency-path : " **/pnpm-lock.yaml"
2424 - run : pnpm install --frozen-lockfile --prefer-offline
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
1616 - uses : actions/checkout@v4
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : 22
19+ node-version : 22.18.0
2020 - run : corepack enable
2121 - uses : actions/setup-node@v4
2222 with :
23- node-version : 22
23+ node-version : 22.18.0
2424 registry-url : " https://registry.npmjs.org"
2525 cache : " pnpm"
2626 cache-dependency-path : " **/pnpm-lock.yaml"
Original file line number Diff line number Diff line change 3838 },
3939 "devDependencies" : {
4040 "@arnaud-barre/tnode" : " ^0.25.0" ,
41- "@types/node" : " ^22.17.0 " ,
41+ "@types/node" : " ^22.17.1 " ,
4242 "@types/prompts" : " ^2.4.9" ,
4343 "@types/semver" : " ^7.7.0" ,
4444 "esbuild" : " ^0.25.8" ,
4545 "fs-fixture" : " ^2.8.1" ,
4646 "prettier" : " ^3.6.2" ,
47- "typescript" : " ^5.8.3 " ,
47+ "typescript" : " ^5.9.2 " ,
4848 "vitest" : " ^3.2.4"
4949 },
50- "packageManager" : " pnpm@10.13.1 "
50+ "packageManager" : " pnpm@10.14.0 "
5151}
You can’t perform that action at this time.
0 commit comments