Skip to content

Commit ed49499

Browse files
authored
Infra: FE: limit pnpm and node version enforcement to the major versions (#777)
1 parent b918ab0 commit ed49499

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
"whatwg-fetch": "3.6.20"
104104
},
105105
"engines": {
106-
"node": "^22.12.0",
107-
"pnpm": "^9.15.0"
106+
"node": "^22",
107+
"pnpm": "^9"
108108
},
109109
"pnpm": {
110110
"overrides": {

0 commit comments

Comments
 (0)