File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ inputs:
4242 required : false
4343 default : ${{ github.token }}
4444runs :
45- using : node20
45+ using : node24
4646 main : dist/index.cjs
4747 post : dist/post/index.cjs
4848 post-if : success()
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ inputs:
1010 required : false
1111 default : ${{ github.token }}
1212runs :
13- using : node20
13+ using : node24
1414 main : dist/index.cjs
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ branding:
55 icon : package
66 color : orange
77runs :
8- using : node20
8+ using : node24
99 main : dist/index.cjs
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ branding:
55 icon : package
66 color : orange
77runs :
8- using : node20
8+ using : node24
99 main : dist/index.cjs
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ branding:
55 icon : package
66 color : orange
77runs :
8- using : node20
8+ using : node24
99 main : dist/index.cjs
Original file line number Diff line number Diff line change 44 "sideEffects" : false ,
55 "type" : " module" ,
66 "scripts" : {
7- "build" : " esbuild --bundle --format=cjs --outfile=../../analysis/dist/index.cjs --platform=node --target=node20 src/index.ts" ,
7+ "build" : " esbuild --bundle --format=cjs --outfile=../../analysis/dist/index.cjs --platform=node --target=node24 src/index.ts" ,
88 "typecheck" : " tsc"
99 },
1010 "dependencies" : {
Original file line number Diff line number Diff line change 44 "sideEffects" : false ,
55 "type" : " module" ,
66 "scripts" : {
7- "build" : " esbuild --bundle --format=cjs --outfile=../../lint-doc/dist/index.cjs --platform=node --target=node20 src/index.ts" ,
7+ "build" : " esbuild --bundle --format=cjs --outfile=../../lint-doc/dist/index.cjs --platform=node --target=node24 src/index.ts" ,
88 "typecheck" : " tsc"
99 },
1010 "dependencies" : {
Original file line number Diff line number Diff line change 44 "sideEffects" : false ,
55 "type" : " module" ,
66 "scripts" : {
7- "build" : " esbuild --bundle --format=cjs --outfile=../../lint-fmt/dist/index.cjs --platform=node --target=node20 src/index.ts" ,
7+ "build" : " esbuild --bundle --format=cjs --outfile=../../lint-fmt/dist/index.cjs --platform=node --target=node24 src/index.ts" ,
88 "typecheck" : " tsc"
99 },
1010 "dependencies" : {
Original file line number Diff line number Diff line change 44 "sideEffects" : false ,
55 "type" : " module" ,
66 "scripts" : {
7- "build" : " esbuild --bundle --format=cjs --outfile=../../lint-opam/dist/index.cjs --platform=node --target=node20 src/index.ts" ,
7+ "build" : " esbuild --bundle --format=cjs --outfile=../../lint-opam/dist/index.cjs --platform=node --target=node24 src/index.ts" ,
88 "typecheck" : " tsc"
99 },
1010 "dependencies" : {
Original file line number Diff line number Diff line change 44 "sideEffects" : false ,
55 "type" : " module" ,
66 "scripts" : {
7- "build:main" : " esbuild --bundle --format=cjs --outfile=../../dist/index.cjs --platform=node --target=node20 src/index.ts" ,
8- "build:post" : " esbuild --bundle --format=cjs --outfile=../../dist/post/index.cjs --platform=node --target=node20 src/post.ts" ,
7+ "build:main" : " esbuild --bundle --format=cjs --outfile=../../dist/index.cjs --platform=node --target=node24 src/index.ts" ,
8+ "build:post" : " esbuild --bundle --format=cjs --outfile=../../dist/post/index.cjs --platform=node --target=node24 src/post.ts" ,
99 "typecheck" : " tsc"
1010 },
1111 "dependencies" : {
You can’t perform that action at this time.
0 commit comments