Skip to content

Commit

Permalink
chore: downgrade node version to 18 in release task
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Nov 22, 2024
1 parent 7f9c0b8 commit 4b7901c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ inputs:
runs:
using: "composite"
steps:
- name: Use Node.js 20.x
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: '18'
- uses: nrwl/nx-set-shas@v4
- uses: './.github/actions/cache'
- name: Install deps
Expand All @@ -43,7 +43,6 @@ runs:
env:
# skip the git hooks
HUSKY: 0
GH_TOKEN: ${{ inputs.gh_token }}
GITHUB_TOKEN: ${{ inputs.gh_token }}
run: npx nx affected --base=last-release --parallel=1 --baseBranch=master --target=version --trackDeps --postTargets=build,deploy,github --exclude=@redhat-cloud-services/executors,demo
- name: Tag last-release
Expand Down

0 comments on commit 4b7901c

Please sign in to comment.