Skip to content

Commit

Permalink
chore: set package.json engines node and nvmrc to 20.10.0 (to match t…
Browse files Browse the repository at this point in the history
…he node version used in CI) (#657)

* set package.json engines field

* add .nvmrc file
  • Loading branch information
dario-piotrowicz authored Feb 2, 2024
1 parent f58ace8 commit 9f31f4f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.10.0
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"devDependencies": {
"prettier": "^3.0.0",
"turbo": "^1.10.15"
},
"engines": {
"node": "20.10.0"
}
}

0 comments on commit 9f31f4f

Please sign in to comment.