Skip to content

Commit

Permalink
Update node version back to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Feb 20, 2024
1 parent 48ac621 commit a97d964
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21
20
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "PRIVATE",
"repository": "https://github.com/jetstreamapp/jetstream",
"engines": {
"node": "21",
"node": ">= 20",
"yarn": "1.22.21"
},
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": "3.10.5",
"license": "GNU Lesser General Public License v3.0",
"engines": {
"node": "21",
"node": ">= 20",
"yarn": "1.22.21"
},
"scripts": {
Expand Down

0 comments on commit a97d964

Please sign in to comment.