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:
Matt Fiddaman
2025-05-12 13:49:09 -04:00
committed by GitHub
parent 2d0716233f
commit 6d921a48b6
8 changed files with 18 additions and 8 deletions

View File

@@ -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",