File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ const semver = require("semver");
55import fs from "fs/promises" ;
66const path = require ( "path" ) ;
77
8- const { loadPages } = require ( "./src/lib/ecosystem/loadPages" ) ;
9- const { loadRules } = require ( "./src/lib/projects/regal/loadRules" ) ;
8+ import { loadPages } from "./src/lib/ecosystem/loadPages.js" ;
9+ import { loadRules } from "./src/lib/projects/regal/loadRules.js" ;
1010
1111const baseUrl = "/" ;
1212
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import fs from "fs/promises";
22import { matter } from "md-front-matter" ;
33import path from "path" ;
44
5- const { glob } = require ( "glob" ) ;
5+ import { glob } from "glob" ;
66
77export async function loadPages ( globPattern ) {
88 const files = await glob ( globPattern ) ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ command = "make netlify-latest"
44edge_functions = " docs/functions"
55
66[build .environment ]
7- NODE_VERSION = " 22.15 .0"
7+ NODE_VERSION = " 22.16 .0"
88# some examples in v1/test/cases/testdata/v0/cryptox509* flag the netlify
99# secret scan
1010SECRETS_SCAN_OMIT_PATHS = " v1/test/cases,v1/topdown/crypto_test.go"
You can’t perform that action at this time.
0 commit comments