Skip to content

Commit

Permalink
ci: Updating node version and addressing comment
Browse files Browse the repository at this point in the history
Signed-off-by: Vasil Boyadzhiev <vasil.boyadzhiev@limechain.tech>
  • Loading branch information
san-est committed Nov 15, 2024
1 parent 4142a34 commit c0338a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-flow-deploy-release-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 18
node-version: 20

- name: Install Semantic Release
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node-zxc-build-release-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 18
node-version: 20

- name: Install Semantic Release
run: |
Expand All @@ -163,7 +163,7 @@ jobs:
fetch-depth: 0

- name: Calculate Next Version
if: ${{ inputs.version-policy != 'specified' }}
if: ${{ inputs.version-policy == 'specified' }}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c0338a4

Please sign in to comment.