Skip to content

Commit

Permalink
Update node version for undici proxy support
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerbxyz committed Sep 4, 2024
1 parent 19e441f commit 1f00388
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version-file: .node-version
node-version-file: package.json
cache: 'npm'

- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version-file: .node-version
node-version-file: package.json
cache: 'npm'

- run: npm ci
Expand Down
1 change: 0 additions & 1 deletion .node-version

This file was deleted.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"type": "module",
"version": "1.10.3",
"description": "GitHub Action for creating a GitHub App Installation Access Token",
"engines": {
"node": ">=20.16.0 <21"
},
"scripts": {
"build": "esbuild main.js post.js --bundle --outdir=dist --out-extension:.js=.cjs --platform=node --target=node20 --packages=bundle",
"test": "c8 --100 ava tests/index.js",
Expand Down

0 comments on commit 1f00388

Please sign in to comment.