Skip to content

Commit

Permalink
Update Node.js version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sergyDwhiz committed Mar 23, 2024
1 parent 7fa143e commit b54ff89
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@
"ember-cli-deprecation-workflow": "^2.1.0",
"ember-cli-document-title-northm": "^1.0.3",
"ember-cli-dotenv": "^3.1.0",
<<<<<<< HEAD
"ember-cli-fastboot": "^4.1.1",
=======
"ember-cli-fastboot": "^4.1.2",
>>>>>>> f8507da3 (Update Node.js version in package.json)
"ember-cli-flash": "^2.2.0",
"ember-cli-head": "^2.0.0",
"ember-cli-html-minifier": "^1.1.0",
Expand Down Expand Up @@ -168,7 +172,7 @@
"xgettext-template": "^4.1.2"
},
"engines": {
"node": ">= 12.x <15",
"node": "18.x",
"yarn": ">= 1.2.0"
},
"private": true,
Expand Down

0 comments on commit b54ff89

Please sign in to comment.