From 38684b8e57803dc20cc45519ba6f6cb667fea07e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 15:33:49 +0000 Subject: [PATCH 1/3] chore(deps): Pin dependency node to 22.14.0 --- .github/workflows/ci-cli-build.yml | 2 +- .github/workflows/release-cli.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cli-build.yml b/.github/workflows/ci-cli-build.yml index f8f7a39..e805ca0 100644 --- a/.github/workflows/ci-cli-build.yml +++ b/.github/workflows/ci-cli-build.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: "22" + node-version: "22.14.0" - name: Install dependencies run: npm install - name: Build Program diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 41928d9..76cf9f5 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: ">=22" + node-version: "22.14.0" registry-url: https://registry.npmjs.org - name: Prepare Release run: npm version ${{ steps.parse_cli_version.outputs.cli_version }} --no-git-tag-version From a9580829ecfa49cd157166c06ec4520f6ff360b6 Mon Sep 17 00:00:00 2001 From: Ryan Fox-Tyler <60440289+ryanfoxtyler@users.noreply.github.com> Date: Wed, 12 Mar 2025 11:34:04 -0400 Subject: [PATCH 2/3] Update release-cli.yml --- .github/workflows/release-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 76cf9f5..34c4f63 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: "22.14.0" + node-version: 22.14.0 registry-url: https://registry.npmjs.org - name: Prepare Release run: npm version ${{ steps.parse_cli_version.outputs.cli_version }} --no-git-tag-version From 40ce400fa757cf55952e9aa77578cbf0bc2634a2 Mon Sep 17 00:00:00 2001 From: Ryan Fox-Tyler <60440289+ryanfoxtyler@users.noreply.github.com> Date: Wed, 12 Mar 2025 11:35:45 -0400 Subject: [PATCH 3/3] Update ci-cli-build.yml --- .github/workflows/ci-cli-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cli-build.yml b/.github/workflows/ci-cli-build.yml index e805ca0..e211ed7 100644 --- a/.github/workflows/ci-cli-build.yml +++ b/.github/workflows/ci-cli-build.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: "22.14.0" + node-version: 22.14.0 - name: Install dependencies run: npm install - name: Build Program