Skip to content

Commit

Permalink
Smoke tests allow unsecure node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Jul 17, 2024
1 parent 38a50ea commit 335792c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify_install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ permissions:
jobs:
install-tests:
runs-on: ${{ matrix.arch == 'arm64' && fromJSON('{"group":"apm-arm-runner"}') || 'ubuntu-latest' }}
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
strategy:
matrix:
hostname:
Expand Down

0 comments on commit 335792c

Please sign in to comment.