File tree Expand file tree Collapse file tree 4 files changed +156
-156
lines changed Expand file tree Collapse file tree 4 files changed +156
-156
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
- uses : actions/checkout@v5
15
15
- uses : actions/setup-node@v4
16
16
with :
17
- node-version : 22
17
+ node-version : 22.19.0
18
18
- run : corepack enable
19
19
- uses : actions/setup-node@v4
20
20
with :
21
- node-version : 22
21
+ node-version : 22.19.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@v5
17
17
- uses : actions/setup-node@v4
18
18
with :
19
- node-version : 22
19
+ node-version : 22.19.0
20
20
- run : corepack enable
21
21
- uses : actions/setup-node@v4
22
22
with :
23
- node-version : 22
23
+ node-version : 22.19.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 26
26
"mri" : " ^1.2.0" ,
27
27
"picocolors" : " ^1.1.1" ,
28
28
"prompts" : " ^2.4.2" ,
29
- "publint" : " ^0.3.12 " ,
29
+ "publint" : " ^0.3.13 " ,
30
30
"semver" : " ^7.7.2" ,
31
31
"tinyexec" : " ^1.0.1"
32
32
},
33
33
"devDependencies" : {
34
34
"@arnaud-barre/tnode" : " ^0.25.0" ,
35
- "@types/node" : " ^22.17.0 " ,
35
+ "@types/node" : " ^22.18.6 " ,
36
36
"@types/prompts" : " ^2.4.9" ,
37
- "@types/semver" : " ^7.7.0 " ,
38
- "esbuild" : " ^0.25.8 " ,
37
+ "@types/semver" : " ^7.7.1 " ,
38
+ "esbuild" : " ^0.25.10 " ,
39
39
"fs-fixture" : " ^2.8.1" ,
40
40
"prettier" : " ^3.6.2" ,
41
- "typescript" : " ^5.8.3 " ,
41
+ "typescript" : " ^5.9.2 " ,
42
42
"vitest" : " ^3.2.4"
43
43
},
44
- "packageManager" : " pnpm@10.13 .1"
44
+ "packageManager" : " pnpm@10.17 .1"
45
45
}
You can’t perform that action at this time.
0 commit comments