File tree Expand file tree Collapse file tree 4 files changed +144
-144
lines changed Expand file tree Collapse file tree 4 files changed +144
-144
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
- uses : actions/checkout@v4
15
15
- uses : actions/setup-node@v4
16
16
with :
17
- node-version : 22
17
+ node-version : 22.18.0
18
18
- run : corepack enable
19
19
- uses : actions/setup-node@v4
20
20
with :
21
- node-version : 22
21
+ node-version : 22.18.0
22
22
cache : " pnpm"
23
23
cache-dependency-path : " **/pnpm-lock.yaml"
24
24
- run : pnpm install --frozen-lockfile --prefer-offline
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
16
16
- uses : actions/checkout@v4
17
17
- uses : actions/setup-node@v4
18
18
with :
19
- node-version : 22
19
+ node-version : 22.18.0
20
20
- run : corepack enable
21
21
- uses : actions/setup-node@v4
22
22
with :
23
- node-version : 22
23
+ node-version : 22.18.0
24
24
registry-url : " https://registry.npmjs.org"
25
25
cache : " pnpm"
26
26
cache-dependency-path : " **/pnpm-lock.yaml"
Original file line number Diff line number Diff line change 38
38
},
39
39
"devDependencies" : {
40
40
"@arnaud-barre/tnode" : " ^0.25.0" ,
41
- "@types/node" : " ^22.17.0 " ,
41
+ "@types/node" : " ^22.17.2 " ,
42
42
"@types/prompts" : " ^2.4.9" ,
43
43
"@types/semver" : " ^7.7.0" ,
44
- "esbuild" : " ^0.25.8 " ,
44
+ "esbuild" : " ^0.25.9 " ,
45
45
"fs-fixture" : " ^2.8.1" ,
46
46
"prettier" : " ^3.6.2" ,
47
- "typescript" : " ^5.8.3 " ,
47
+ "typescript" : " ^5.9.2 " ,
48
48
"vitest" : " ^3.2.4"
49
49
},
50
- "packageManager" : " pnpm@10.13.1 "
50
+ "packageManager" : " pnpm@10.14.0 "
51
51
}
You can’t perform that action at this time.
0 commit comments