Skip to content

Commit

Permalink
Specify minimum node version for @actual-app/api nom package (#1934)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marethyu1 authored Nov 20, 2023
1 parent 849262c commit 4761e9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "6.2.1",
"license": "MIT",
"description": "An API for Actual",
"engines": {
"node": ">=18.12.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/1934.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [Marethyu1]
---

Sets minimum node version to 18.12.0 for @actual-app/api npm package

0 comments on commit 4761e9c

Please sign in to comment.