We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab51d2a commit 85c064bCopy full SHA for 85c064b
.github/workflows/ci-cli-build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Node.js
21
uses: actions/setup-node@v4
22
with:
23
- node-version: "22"
+ node-version: 22.14.0
24
- name: Install dependencies
25
run: npm install
26
- name: Build Program
.github/workflows/release-cli.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Setup Node
30
31
32
- node-version: ">=22"
33
registry-url: https://registry.npmjs.org
34
- name: Prepare Release
35
run: npm version ${{ steps.parse_cli_version.outputs.cli_version }} --no-git-tag-version
0 commit comments