Skip to content

Commit 8340e62

Browse files
authored
build: remove engines field from package.json (#28853)
As discussed, these changes remove the `engines` enforcement since it can be annoying given that our project isn't sensitive to Node version changes.
1 parent 4b0967c commit 8340e62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
},
1010
"license": "MIT",
1111
"engines": {
12-
"node": "^18.19.1 || >=20.11.1",
1312
"yarn": "^1.22.17",
1413
"npm": "Please use Yarn instead of NPM to install dependencies. See: https://yarnpkg.com/lang/en/docs/install/"
1514
},

0 commit comments

Comments
 (0)