diff --git a/.github/workflows/ci-cli-build.yml b/.github/workflows/ci-cli-build.yml index a55c4a0..cbc28af 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.17.1 + node-version: 22.18.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 67be453..ecd3b9e 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.17.1 + node-version: 22.18.0 registry-url: https://registry.npmjs.org - name: Prepare Release run: npm version ${{ steps.parse_cli_version.outputs.cli_version }} --no-git-tag-version