Archived
1
0

Enforce yarn version

Closes https://github.com/coder/code-server/issues/6695.
This commit is contained in:
Asher 2024-07-12 14:48:55 -08:00
parent 6a14070664
commit 37a72ce63b
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A

View File

@ -100,7 +100,8 @@
"remote-development"
],
"engines": {
"node": "20"
"node": "20",
"yarn": "1"
},
"jest": {
"transform": {