Skip to content

Commit

Permalink
Require Node v20 or above
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Oct 2, 2024
1 parent 071674d commit 52d8d73
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ['18', '20']
node: ['20']
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You’re welcome to use the plugin even if your service isn’t considered part

## Requirements

- [Node.js](https://nodejs.org) v18.17 or later
- [Node.js](https://nodejs.org) v20 or later
- [Eleventy](https://www.11ty.dev) v2 or later

## Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This plugin includes the following features:

## Requirements

- [Node.js](https://nodejs.org) v18.17 or later
- [Node.js](https://nodejs.org) v20 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
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@
"stylelint-order": "^6.0.0"
},
"engines": {
"node": ">=18.17"
"node": ">=20"
}
}

0 comments on commit 52d8d73

Please sign in to comment.