Skip to content

Commit

Permalink
fixed volta (#290)
Browse files Browse the repository at this point in the history
* updated node18

* moved to 18.17

* removed .nvmrc file

* fixed volta

* fixed volta

---------

Co-authored-by: Richi <richard.dvorsky@onlim.com>
  • Loading branch information
skifahrer and Richi authored Dec 1, 2023
1 parent e599422 commit 4a6cf8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"yarn": "1.22"
},
"volta": {
"node": ">=18.x.x",
"node": "18.17.1",
"yarn": "1.22.18"
}
}
2 changes: 1 addition & 1 deletion strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"yarn": "1.22"
},
"volta": {
"node": ">=18.x.x",
"node": "18.17.1",
"yarn": "1.22.18"
},
"license": "MIT"
Expand Down

0 comments on commit 4a6cf8d

Please sign in to comment.