Skip to content

Commit 85c064b

Browse files
renovate[bot]ryanfoxtyler
andauthoredMar 12, 2025··
chore(deps): Pin dependency node to 22.14.0 (#94)
* chore(deps): Pin dependency node to 22.14.0 * Update release-cli.yml * Update ci-cli-build.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ryan Fox-Tyler <60440289+ryanfoxtyler@users.noreply.github.com>
1 parent ab51d2a commit 85c064b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

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

+1-1
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"
23+
node-version: 22.14.0
2424
- name: Install dependencies
2525
run: npm install
2626
- name: Build Program

‎.github/workflows/release-cli.yml

+1-1
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"
32+
node-version: 22.14.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)
Please sign in to comment.