Skip to content

Commit

Permalink
[ci] use node lts version for main release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
restjohn committed Jul 7, 2024
1 parent b127e0f commit 8bc6da1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v3
with:
node-version: ${{ needs.config.outputs.node_versions-latest }}
node-version: ${{ needs.config.outputs.node_versions-lts }}
- name: install json util
run: npm i -g json
- name: check project
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v3
with:
node-version: ${{ needs.config.outputs.node_versions-latest }}
node-version: ${{ needs.config.outputs.node_versions-lts }}
- name: install json util
run: npm i -g json
- name: download service artifacts
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v3
with:
node-version: ${{ needs.config.outputs.node_versions-latest }}
node-version: ${{ needs.config.outputs.node_versions-lts }}
- name: install json util
run: npm i -g json
- name: download service packages
Expand Down

0 comments on commit 8bc6da1

Please sign in to comment.