Skip to content

Commit

Permalink
Bump Node vers to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Jan 23, 2025
1 parent 2ecfff5 commit 18ef870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can use the CLI to:

## Requirements

- [Node.js](https://nodejs.org/en/download/package-manager) v20.x or later.
- [Node.js](https://nodejs.org/en/download/package-manager) v22.x or later.
- A Fauna account. You can sign up for a free account at https://dashboard.fauna.com/register.

## Quick start
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"typescript": "^5.6.3"
},
"engines": {
"node": ">=20.0.0"
"node": ">=22.0.0"
},
"files": [
"/dist"
Expand Down

0 comments on commit 18ef870

Please sign in to comment.