From 3de2ec230c8b4218b2476ca6aef3809557fc905b Mon Sep 17 00:00:00 2001 From: OrJDev Date: Tue, 24 Sep 2024 20:21:19 +0300 Subject: [PATCH] fixes --- .github/changeset-version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/changeset-version.js b/.github/changeset-version.js index d1fd47c..ecceeb9 100644 --- a/.github/changeset-version.js +++ b/.github/changeset-version.js @@ -1,7 +1,7 @@ // ORIGINALLY FROM CLOUDFLARE WRANGLER: // https://github.com/cloudflare/wrangler2/blob/main/.github/changeset-version.js -import { exec } from "child_process"; +const { exec } = require("child_process"); // This script is used by the `release.yml` workflow to update the version of the packages being released. // The standard step is only to run `changeset version` but this does not update the package-lock.json file. // So we also run `npm install`, which does this update.