Skip to content

Commit

Permalink
Specify node at >=16.14.0 to appease vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-rogerson committed Jun 12, 2022
1 parent ae655a8 commit 54a1db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14.2
16.14.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"engines": {
"node": ">=16.14.2"
"node": ">=16.14.0"
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
Expand Down

3 comments on commit 54a1db2

@ben-rogerson
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks to @JPrisk for the advice

@cs50victor
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey Ben, how can I help reflect this change on the latest release candidate?

@ben-rogerson
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey victor - use https://www.npmjs.com/package/patch-package to patch in the change yourself - otherwise, wait until rc.3 which should only be a day or two off.

Please sign in to comment.