From cd7ca40eef51dcafdab4c19191a13c6f6334f321 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 03:15:52 +0000 Subject: [PATCH] chore(deps): Update dependency node to v22.16.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 e8a7776..f0c1c85 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.15.1 + node-version: 22.16.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 00933f0..9a5d045 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.15.1 + node-version: 22.16.0 registry-url: https://registry.npmjs.org - name: Prepare Release run: npm version ${{ steps.parse_cli_version.outputs.cli_version }} --no-git-tag-version