Skip to content

Commit

Permalink
Update minimum required node version to 20
Browse files Browse the repository at this point in the history
Change-type: major
  • Loading branch information
myarmolinsky committed Nov 27, 2024
1 parent 387754d commit 41ee28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"author": "Balena Ltd. <[email protected]>",
"license": "Apache-2.0",
"engines": {
"node": ">=18.0"
"node": ">=20.0"
},
"devDependencies": {
"@balena/env-parsing": "^1.2.0",
Expand Down Expand Up @@ -119,7 +119,7 @@
"dependencies": {
"@balena/es-version": "^1.0.0",
"@types/json-schema": "^7.0.9",
"@types/node": "^18.19.50",
"@types/node": "^20.17.8",
"abortcontroller-polyfill": "^1.7.1",
"balena-auth": "^6.0.1",
"balena-errors": "^4.9.0",
Expand Down

0 comments on commit 41ee28d

Please sign in to comment.