File tree Expand file tree Collapse file tree 4 files changed +851
-890
lines changed Expand file tree Collapse file tree 4 files changed +851
-890
lines changed Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@v4
23
23
- uses : codespell-project/actions-codespell@v2
24
- - uses : pnpm/action-setup@v3
24
+ - uses : pnpm/action-setup@v4
25
25
- uses : actions/setup-node@v4
26
26
with :
27
27
node-version-file : " .nvmrc"
Original file line number Diff line number Diff line change 62
62
echo "action_path=${action_path}" >> "$GITHUB_OUTPUT"
63
63
shell : bash
64
64
65
- - uses : pnpm/action-setup@v3
65
+ - uses : pnpm/action-setup@v4
66
66
with :
67
67
package_json_file : ${{ steps.action_relative_path.outputs.action_path }}/package.json
68
68
- uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 6
6
"puppeteer" : " ^22" ,
7
7
"serve-static" : " ^1.15.0" ,
8
8
"split2" : " ^4.2.0" ,
9
- "subresources" : " ^1.3.2 "
9
+ "subresources" : " ^1.3.3 "
10
10
},
11
11
"engines" : {
12
12
"node" : " ^20"
13
13
},
14
- "packageManager" : " pnpm@8.15.6 " ,
14
+ "packageManager" : " pnpm@9.1.3 " ,
15
15
"scripts" : {
16
16
"build" : " tsc -p tsconfig.prod.json" ,
17
17
"dev" : " tsc -p tsconfig.json -w" ,
18
18
"lint" : " prettier . --check"
19
19
},
20
20
"devDependencies" : {
21
21
"@types/finalhandler" : " ^1.2.3" ,
22
- "@types/node" : " ^20.12.6 " ,
22
+ "@types/node" : " ^20.12.12 " ,
23
23
"@types/node-fetch" : " ^2.6.11" ,
24
24
"@types/serve-static" : " ^1.15.7" ,
25
25
"@types/split2" : " ^4.2.3" ,
26
- "typescript" : " ^5.4.4 "
26
+ "typescript" : " ^5.4.5 "
27
27
},
28
28
"optionalDependencies" : {
29
29
"prettier" : " ^3.2.5" ,
30
- "yaml" : " ^2.4.1 "
30
+ "yaml" : " ^2.4.2 "
31
31
}
32
32
}
You can’t perform that action at this time.
0 commit comments