Skip to content

Commit d3b014b

Browse files
committed
Update node support in package.json
1 parent 38f20f6 commit d3b014b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Additionally, to compile the backend and frontend, you will need:
3737
* [Elixir][elixir] 1.16 with [Erlang/OTP][erlang] 25-26
3838
* [Elixir][elixir] 1.15 with [Erlang/OTP][erlang] 25-26
3939
* [Elixir][elixir] 1.14 with [Erlang/OTP][erlang] 25-26
40-
* [Node.js][node] 22
40+
* [Node.js][node] 18, 20 or 22
4141

4242

4343

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"watch": "npm run watch --workspace assets"
1010
},
1111
"engines": {
12-
"node": ">= 22.0.0 < 23.0.0"
12+
"node": ">= 18.0.0 < 23.0.0"
1313
},
1414
"workspaces": [
1515
"assets"

0 commit comments

Comments
 (0)