Skip to content

Commit

Permalink
feat!: upgrade to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
courcelan committed Dec 19, 2024
1 parent db68033 commit 54bcb62
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 724 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
20.18.1
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@

For a comprehensive list of examples, check out the [API documentation](https://buttercms.com/docs/api/).

ButterCMS-JS version 2 will be supported until January 2025. Version 3 is slated for launch in November 2024 when Node v20 is moved to maintenance mode.
ButterCMS-JS version 2 will be supported until May 2025, when Node v18 sunsets.
ButterCMS-JS version 3 is our current version and will be supported until May 2026 when Node v20 sunsets
ButterCMS-JS version 4 slated for launch in December 2025 when Node v22 is moved to maintenance mode.

## Installation

Requires Node.js version 18 or greater.
Requires Node.js version 20 or greater.

```bash
npm install buttercms --save
Expand Down
Loading

0 comments on commit 54bcb62

Please sign in to comment.