Skip to content

Commit

Permalink
chore(node): drop support for Node.js < 20.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Aug 7, 2024
1 parent 09f57ac commit 16aa46e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

<!-- Here goes all the unreleased changes descriptions -->

### Features
### Others

- **Breaking Change**: update `graphql-js` peer dependency to `^16.9.0`
- **Breaking Change**: drop support for Node.js < 20.11.1

## v2.0.0-rc.2

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 @@ -186,7 +186,7 @@
"yargs": "^17.7.2"
},
"engines": {
"node": ">= 18.12.0"
"node": ">= 20.11.1"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 16aa46e

Please sign in to comment.