Skip to content

Commit 3f43371

Browse files
committed
use plain old node20
1 parent 65a6e0b commit 3f43371

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.6.0
1+
20.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.5.1",
66
"description": "GitHub Action for creating a GitHub App Installation Access Token",
77
"scripts": {
8-
"build": "esbuild main.js post.js --bundle --outdir=dist --out-extension:.js=.cjs --platform=node --target=node20.6.0",
8+
"build": "esbuild main.js post.js --bundle --outdir=dist --out-extension:.js=.cjs --platform=node --target=node20.0.0",
99
"test": "c8 --100 ava tests/index.js",
1010
"coverage": "c8 report --reporter html",
1111
"postcoverage": "open-cli coverage/index.html"

0 commit comments

Comments
 (0)