Skip to content

Commit

Permalink
enhancement/issue 1202 bump to minimum NodeJS 20.x version of 20.18.3 (
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 authored Mar 1, 2025
1 parent 3cd5c28 commit a4d5e9f
Showing 4 changed files with 4 additions and 4 deletions.
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": {

0 comments on commit a4d5e9f

Please sign in to comment.