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

Commit a958082

Browse files
authored
Update release-cli.yml
1 parent 38684b8 commit a958082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.14.0"
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)