[PR #1980] [MERGED] Validates minimum node version to 18.12.0 for @actual-app/api npm package #53358

Closed
opened 2026-04-30 21:58:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1980
Author: @Marethyu1
Created: 11/27/2023
Status: Merged
Merged: 11/28/2023
Merged by: @MatissJanis

Base: masterHead: add-min-version


📝 Commits (6)

  • 57d25e5 Validate node version is >=18
  • 77ad7e7 Validate node version is >=18
  • 8117041 Validate node version is >=18.12
  • 8cb7af3 Address pr feedback and moves node validation into speparate function
  • 0e31d8b Also update yarn.lock file
  • 2d04811 Re add eslint disable next line extensions

📊 Changes

5 files changed (+34 additions, -0 deletions)

View changed files

📝 packages/api/index.js (+3 -0)
📝 packages/api/package.json (+1 -0)
packages/api/validateNodeVersion.js (+16 -0)
upcoming-release-notes/1980.md (+6 -0)
📝 yarn.lock (+8 -0)

📄 Description

Doing this as part of #1903


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/1980 **Author:** [@Marethyu1](https://github.com/Marethyu1) **Created:** 11/27/2023 **Status:** ✅ Merged **Merged:** 11/28/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `add-min-version` --- ### 📝 Commits (6) - [`57d25e5`](https://github.com/actualbudget/actual/commit/57d25e5db0cddf55434fcd55942b141de76a94ef) Validate node version is >=18 - [`77ad7e7`](https://github.com/actualbudget/actual/commit/77ad7e7ee20da7ab792bf177c5e511c583511262) Validate node version is >=18 - [`8117041`](https://github.com/actualbudget/actual/commit/811704181e03c7a45a558aaf1a9bb8d4e6d673d9) Validate node version is >=18.12 - [`8cb7af3`](https://github.com/actualbudget/actual/commit/8cb7af3c4362e1a1e2a188932aeac01a1a95bfc7) Address pr feedback and moves node validation into speparate function - [`0e31d8b`](https://github.com/actualbudget/actual/commit/0e31d8b697416f8191726c9faeb8cd86bdf7a70a) Also update yarn.lock file - [`2d04811`](https://github.com/actualbudget/actual/commit/2d048118f864b6048174cade72b5aad91fc19e2d) Re add eslint disable next line extensions ### 📊 Changes **5 files changed** (+34 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/index.js` (+3 -0) 📝 `packages/api/package.json` (+1 -0) ➕ `packages/api/validateNodeVersion.js` (+16 -0) ➕ `upcoming-release-notes/1980.md` (+6 -0) 📝 `yarn.lock` (+8 -0) </details> ### 📄 Description Doing this as part of #1903 <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-30 21:58:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#53358