Skip to content

Commit

Permalink
Requires Node.js 18 or newer
Browse files Browse the repository at this point in the history
  • Loading branch information
electerious committed Jun 13, 2024
1 parent 007ec56 commit 32dab62
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest]

steps:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

### Changed

- Requires Node.js 18 or newer

## [3.1.0] - 2024-06-13

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"engines": {
"node": ">= 14"
"node": ">= 18"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit 32dab62

Please sign in to comment.