[PR #95] [MERGED] Fix official node version to 16.15.0 #3014

Closed
opened 2026-02-28 20:35:02 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/95
Author: @TomAFrench
Created: 6/18/2022
Status: Merged
Merged: 7/7/2022
Merged by: @jlongster

Base: masterHead: fix-node-version


📝 Commits (1)

  • 73d4476 build: fix offical node version to 16.15.0

📊 Changes

2 files changed (+3 additions, -2 deletions)

View changed files

📝 .circleci/config.yml (+2 -2)
.nvmrc (+1 -0)

📄 Description

Node.js 12 is now in EOL. However we still use it for CI and this may lead to the impression that it's the version which is expected to be used for Actual development (https://github.com/actualbudget/actual/pull/94#discussion_r900692675). I've bumped this up to v16.15.0 which reaches EOL in september 2023.

I've also added a .nvmrc file to make it clear for contributors to know the exact version of Node.js to use.


🔄 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/95 **Author:** [@TomAFrench](https://github.com/TomAFrench) **Created:** 6/18/2022 **Status:** ✅ Merged **Merged:** 7/7/2022 **Merged by:** [@jlongster](https://github.com/jlongster) **Base:** `master` ← **Head:** `fix-node-version` --- ### 📝 Commits (1) - [`73d4476`](https://github.com/actualbudget/actual/commit/73d447689378927de54f84837b47d004224f25dc) build: fix offical node version to 16.15.0 ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.yml` (+2 -2) ➕ `.nvmrc` (+1 -0) </details> ### 📄 Description Node.js 12 is [now in EOL](https://nodejs.org/en/about/releases/). However we still use it for CI and this may lead to the impression that it's the version which is expected to be used for Actual development (https://github.com/actualbudget/actual/pull/94#discussion_r900692675). I've bumped this up to v16.15.0 which reaches EOL in september 2023. I've also added a `.nvmrc` file to make it clear for contributors to know the exact version of Node.js to use. --- <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-02-28 20:35:02 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3014