Skip to content

Commit

Permalink
Keep using node js 16 on centos CI (#2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin authored Jul 9, 2024
1 parent f4eb47d commit 27e140d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:
IS_RELEASE: ${{ github.event_name == 'workflow_dispatch' }}
IS_PUSH: ${{ github.event_name == 'push' }}
REF: ${{ inputs.target_branch =='' && github.ref_name || inputs.target_branch}}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:

Expand Down

0 comments on commit 27e140d

Please sign in to comment.