diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 730906cc6..2e7fcbe3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ } }, { - "run": "npm install -g functionalscript@0.43.1" + "run": "npm install -g functionalscript@0.44.0" }, { "uses": "actions/checkout@v7.0.1" @@ -81,7 +81,7 @@ } }, { - "run": "npm install -g functionalscript@0.43.1" + "run": "npm install -g functionalscript@0.44.0" }, { "uses": "actions/checkout@v7.0.1" @@ -122,7 +122,7 @@ } }, { - "run": "npm install -g functionalscript@0.43.1" + "run": "npm install -g functionalscript@0.44.0" }, { "uses": "actions/checkout@v7.0.1" @@ -163,7 +163,7 @@ } }, { - "run": "npm install -g functionalscript@0.43.1" + "run": "npm install -g functionalscript@0.44.0" }, { "uses": "actions/checkout@v7.0.1" @@ -205,7 +205,7 @@ } }, { - "run": "npm install -g functionalscript@0.43.1" + "run": "npm install -g functionalscript@0.44.0" }, { "uses": "actions/checkout@v7.0.1" @@ -258,7 +258,7 @@ } }, { - "run": "npm install -g functionalscript@0.43.1" + "run": "npm install -g functionalscript@0.44.0" }, { "uses": "actions/checkout@v7.0.1" @@ -389,13 +389,13 @@ } }, { - "run": "deno install -g -A --minimum-dependency-age=0 npm:functionalscript@0.43.1" + "run": "deno install -g -A --minimum-dependency-age=0 npm:functionalscript@0.44.0" }, { "uses": "actions/checkout@v7.0.1" }, { - "run": "deno run -A --minimum-dependency-age=0 npm:functionalscript@0.43.1 test" + "run": "deno run -A --minimum-dependency-age=0 npm:functionalscript@0.44.0 test" }, { "run": "deno install --frozen" @@ -415,7 +415,7 @@ } }, { - "run": "bun install -g functionalscript@0.43.1" + "run": "bun install -g functionalscript@0.44.0" }, { "uses": "actions/checkout@v7.0.1" @@ -424,7 +424,7 @@ "run": "bun install --frozen-lockfile" }, { - "run": "bunx functionalscript@0.43.1 test" + "run": "bunx functionalscript@0.44.0 test" }, { "run": "bun test --coverage" @@ -441,7 +441,7 @@ } }, { - "run": "npm install -g functionalscript@0.43.1" + "run": "npm install -g functionalscript@0.44.0" }, { "uses": "actions/checkout@v7.0.1" diff --git a/fjs/ci/config/module.f.mjs b/fjs/ci/config/module.f.mjs index 76ca78e89..6d64558f2 100644 --- a/fjs/ci/config/module.f.mjs +++ b/fjs/ci/config/module.f.mjs @@ -25,7 +25,7 @@ export const images = /** @type {const} */({ // published FunctionalScript release; do not tie it to package.json's current // in-repo version. // https://www.npmjs.com/package/functionalscript -export const functionalscript = /** @type {const} */ '0.43.1' +export const functionalscript = /** @type {const} */ '0.44.0' // https://bun.sh/ export const bun = '1.3.14'