Skip to content

Commit

Permalink
Include contains matrix.config.image 2021 in AX build.
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Pradhana <[email protected]>
  • Loading branch information
apradhana committed Sep 7, 2024
1 parent 2c6e5f0 commit b6f7471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
fail-fast: false
steps:
- name: Enable Node 16
if: contains(matrix.config.image, '2022') == true
if: contains(matrix.config.image, '2021') || contains(matrix.config.image, '2022')
run: |
echo "ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true" >> $GITHUB_ENV
- uses: actions/checkout@v3
Expand Down

0 comments on commit b6f7471

Please sign in to comment.