mirror of https://github.com/aminya/setup-cpp
fix: remove json assertion
This commit is contained in:
parent
23ea3efed0
commit
1f515ade14
|
@ -1,6 +1,6 @@
|
||||||
import { warning } from "ci-log"
|
import { warning } from "ci-log"
|
||||||
import updateNotifier from "simple-update-notifier"
|
import updateNotifier from "simple-update-notifier"
|
||||||
import packageJson from "../package-version.json" assert { type: "json" }
|
import packageJson from "../package-version.json"
|
||||||
|
|
||||||
// auto self update notifier
|
// auto self update notifier
|
||||||
export async function checkUpdates() {
|
export async function checkUpdates() {
|
||||||
|
|
Loading…
Reference in New Issue