We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a6e0b commit 3f43371Copy full SHA for 3f43371
.node-version
@@ -1 +1 @@
1
-20.6.0
+20.0.0
package.json
@@ -5,7 +5,7 @@
5
"version": "1.5.1",
6
"description": "GitHub Action for creating a GitHub App Installation Access Token",
7
"scripts": {
8
- "build": "esbuild main.js post.js --bundle --outdir=dist --out-extension:.js=.cjs --platform=node --target=node20.6.0",
+ "build": "esbuild main.js post.js --bundle --outdir=dist --out-extension:.js=.cjs --platform=node --target=node20.0.0",
9
"test": "c8 --100 ava tests/index.js",
10
"coverage": "c8 report --reporter html",
11
"postcoverage": "open-cli coverage/index.html"
0 commit comments