Browse Source

ci: set packageManager

Harminder Virk 2 months ago
parent
commit
03f4530c85
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -83,5 +83,6 @@
   },
   "engines": {
     "node": ">=20"
-  }
+  },
+  "packageManager": "yarn@3.2.1"
 }