Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 6ca2d85

Browse files
chore(deps): Update dependency node to v22.17.0 (#136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 75b73a3 commit 6ca2d85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cli-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 22.16.0
23+
node-version: 22.17.0
2424
- name: Install dependencies
2525
run: npm install
2626
- name: Build Program

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 22.16.0
32+
node-version: 22.17.0
3333
registry-url: https://registry.npmjs.org
3434
- name: Prepare Release
3535
run: npm version ${{ steps.parse_cli_version.outputs.cli_version }} --no-git-tag-version

0 commit comments

Comments
 (0)