Skip to content

Commit 87e9151

Browse files
Azarattumtantaman
authored andcommitted
fix deprecated import assertion
1 parent 01aad51 commit 87e9151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/nodejs-install-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import { join } from "path";
77
import fs from "fs";
88
import https from "https";
9-
import pkg from "./package.json" assert { type: "json" };
9+
import pkg from "./package.json" with { type: "json" };
1010
import { exec } from "child_process";
1111
let { version } = pkg;
1212

0 commit comments

Comments
 (0)