Browse Source

fix(api-docs): Lock to yarn / node version (#45962)

Evan Purkhiser 2 years ago
parent
commit
f9ef7f4fe7
1 changed files with 4 additions and 0 deletions
  1. 4 0
      api-docs/package.json

+ 4 - 0
api-docs/package.json

@@ -18,5 +18,9 @@
   "devDependencies": {
     "@types/js-yaml": "^4.0.5",
     "@types/json-diff": "^0.7.0"
+  },
+  "volta": {
+    "node": "18.12.1",
+    "yarn": "1.22.5"
   }
 }