mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -05:00
change minimum version of Node.js to version 20 (#4978)
* update workflows * update supported engines in package.json * .nvmrc * base yarn cache on node version being used rather than .nvmrc * note
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"license": "MIT",
|
||||
"description": "An API for Actual",
|
||||
"engines": {
|
||||
"node": ">=18.12.0"
|
||||
"node": ">=20"
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"types": "@types/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user