Skip to content

Commit

Permalink
Change node requirement to min node 16 (#176)
Browse files Browse the repository at this point in the history
* Change node requirement to min node 16

* Add test for node 20
  • Loading branch information
eablack authored Aug 27, 2024
1 parent cf0a8c1 commit 92a3daa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [ 16.x ]
node-version: [ 16.x, 20.x ]
os: [ ubuntu-24.04, pub-hk-ubuntu-24.04-arm-small ]

steps:
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/heroku/heroku-builds.git"
},
"engines": {
"node": "~16.20.0"
"node": ">= 16.20.0"
},
"keywords": [
"heroku-plugin"
Expand Down Expand Up @@ -71,7 +71,6 @@
"files": [
"/bin",
"/dist",
"/oclif.manifest.json",
"/yarn.lock"
"/oclif.manifest.json"
]
}

0 comments on commit 92a3daa

Please sign in to comment.