Skip to content

Commit eeb3eae

Browse files
committed
build: fix version.mjs with node 22
1 parent 5de1589 commit eeb3eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/version.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as Fs from "node:fs"
2-
import Package from "../packages/effect-mongodb/package.json" assert { type: "json" }
2+
import Package from "../packages/effect-mongodb/package.json" with { type: "json" }
33

44
const tpl = Fs.readFileSync("./scripts/version.template.txt").toString("utf8")
55

0 commit comments

Comments
 (0)