Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement/issue 1202 bump to minimum NodeJS 20.x version of 20.18.3 #1416

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.10.0
20.18.3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/ProjectEvergreen/greenwood/master/LICENSE.md)
[![GitHub release](https://img.shields.io/github/tag/ProjectEvergreen/greenwood.svg)](https://github.com/ProjectEvergreen/greenwood/tags)
[![NodeJS compatibility](https://img.shields.io/node/v/@greenwood/cli.svg)](https://nodejs.org/en/about/previous-releases")
[![NodeJS compatibility](https://img.shields.io/node/v/@greenwood/cli.svg)](https://nodejs.org/en/about/previous-releases)
[![Discord Chat](https://img.shields.io/badge/chat-discord-blue?style=flat&logo=discord)](https://www.greenwoodjs.dev/discord/)

## Overview
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
skip_processing = true

[build.environment]
NODE_VERSION = "20.10.0"
NODE_VERSION = "20.18.3"

[[redirects]]
from = "/"
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
"NodeJS"
],
"engines": {
"node": "^18.20.5 || ^20.10.0 || >=22.12.0"
"node": "^18.20.5 || ^20.18.3 || >=22.12.0"
},
"main": "./src/index.js",
"exports": {
Loading
Oops, something went wrong.