mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
Enforce yarn version
Closes https://github.com/coder/code-server/issues/6695.
This commit is contained in:
parent
6a14070664
commit
37a72ce63b
1 changed files with 2 additions and 1 deletions
|
|
@ -100,7 +100,8 @@
|
||||||
"remote-development"
|
"remote-development"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "20"
|
"node": "20",
|
||||||
|
"yarn": "1"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"transform": {
|
"transform": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue