We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ee947 commit 5ad9f30Copy full SHA for 5ad9f30
.ci/validation/src/index.test.ts
@@ -15,8 +15,8 @@
15
*/
16
17
import { SWSchemaValidator } from "./index";
18
-import fs from "fs";
19
-import { join } from "path";
+import fs from "node:fs";
+import { join } from "node:path";
20
21
SWSchemaValidator.prepareSchemas();
22
.ci/validation/src/index.ts
@@ -14,10 +14,10 @@
14
* limitations under the License.
import Ajv from "ajv";
import addFormats from "ajv-formats";
import yaml = require("js-yaml");
23
export module SWSchemaValidator {
0 commit comments