Skip to content

Commit 8104372

Browse files
authored
fix(release): build binary by node.js 22.17.0 (#364)
1 parent c4d207b commit 8104372

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
1313

1414
# Build and test ADC CLI
15-
- uses: actions/setup-node@v4
15+
- uses: actions/setup-node@v6
1616
with:
17-
node-version: "lts/*"
17+
node-version: "22.17.0"
1818
- uses: pnpm/action-setup@v4
1919
- name: Build ADC
2020
env:
@@ -62,11 +62,11 @@ jobs:
6262
# Build and test ADC CLI
6363
- uses: actions/setup-node@v4
6464
with:
65-
node-version: "lts/*"
65+
node-version: "22.17.0"
6666
- uses: pnpm/action-setup@v2
6767
- name: Build ADC
6868
env:
69-
NODE_VERSION: 22.20.0
69+
NODE_VERSION: 22.17.0
7070
run: |
7171
pnpm install
7272
NODE_ENV=production npx nx build cli

0 commit comments

Comments
 (0)