Update node Docker tag to v22 #10

Merged
alazyreader merged 3 commits from renovate/node-22.x into master 2024-07-08 23:17:56 +00:00
Showing only changes of commit 0f954d30a9 - Show all commits

View File

@ -1,7 +1,7 @@
import { load } from "cheerio";
import { readFile, writeFile } from "fs";
import process from "child_process";
import stores from "./stores.json" assert { type: "json" };
import stores from "./stores.json" with { type: "json" };
function GetRecentChanges() {
const res = process