File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
- uses : actions/checkout@v4
39
39
- uses : actions/setup-node@v4
40
40
with :
41
- node-version : 20
41
+ node-version : 24
42
42
cache : " npm"
43
43
- run : npm ci
44
44
- run : npm run build
Original file line number Diff line number Diff line change 1
- 20.9 .0
1
+ 24.4 .0
Original file line number Diff line number Diff line change @@ -132,6 +132,6 @@ outputs:
132
132
app-slug :
133
133
description : " GitHub App slug"
134
134
runs :
135
- using : " node20 "
135
+ using : " node24 "
136
136
main : " dist/main.cjs"
137
137
post : " dist/post.cjs"
Original file line number Diff line number Diff line change 5
5
"version" : " 2.0.6" ,
6
6
"description" : " GitHub Action for creating a GitHub App Installation Access Token" ,
7
7
"scripts" : {
8
- "build" : " esbuild main.js post.js --bundle --outdir=dist --out-extension:.js=.cjs --platform=node --target=node20 .0.0 --packages=bundle" ,
8
+ "build" : " esbuild main.js post.js --bundle --outdir=dist --out-extension:.js=.cjs --platform=node --target=node24 .0.0 --packages=bundle" ,
9
9
"test" : " c8 --100 ava tests/index.js" ,
10
10
"coverage" : " c8 report --reporter html" ,
11
11
"postcoverage" : " open-cli coverage/index.html"
You can’t perform that action at this time.
0 commit comments