Skip to content

Commit

Permalink
Update minimum Node requirement to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 16, 2023
1 parent b75cd53 commit d9610d6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.10
18
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ You’re welcome to use the plugin even if your service isn’t considered part

## Requirements

- [Node.js](https://nodejs.org) v16.0.0 or above
- [npm CLI](https://docs.npmjs.com/cli) v8.0.0 or above
- [Eleventy](https://www.11ty.dev) v2.0.0 or above
- [Node.js](https://nodejs.org) v18 or later
- [Eleventy](https://www.11ty.dev) v2 or later

## Installation

Expand Down
5 changes: 2 additions & 3 deletions docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ This plugin includes the following features:

## Requirements

- [Node.js](https://nodejs.org/en/) v16.0.0 or above
- [npm CLI](https://docs.npmjs.com/cli) v8.0.0 or above
- [Eleventy](https://www.11ty.dev) v2.0.0 or above
- [Node.js](https://nodejs.org) v18 or later
- [Eleventy](https://www.11ty.dev) v2.0.0 or later

[Node version manager](https://github.com/nvm-sh/nvm) is recommended if you are working across multiple projects that use different versions of Node.js.

Expand Down
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
"stylelint-config-gds": "^1.0.0"
},
"engines": {
"node": "^16 || ^18 || ^20",
"npm": ">=8.0.0"
"node": ">=18"
}
}

0 comments on commit d9610d6

Please sign in to comment.