Skip to content

Commit

Permalink
fix deprecated import assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Azarattum committed Jun 29, 2024
1 parent 01aad51 commit c17efc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/nodejs-install-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { join } from "path";
import fs from "fs";
import https from "https";
import pkg from "./package.json" assert { type: "json" };
import pkg from "./package.json" with { type: "json" };
import { exec } from "child_process";
let { version } = pkg;

Expand Down

0 comments on commit c17efc7

Please sign in to comment.