We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4893428 commit 9cd4537Copy full SHA for 9cd4537
.github/workflows/build.yml
@@ -545,15 +545,17 @@ jobs:
545
name: "Install-check: ${{ matrix.os.label }}/${{ matrix.arch.label }}"
546
continue-on-error: ${{ !!matrix.os.xfail }}
547
548
+ env:
549
+ ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
550
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
551
+
552
container:
553
image: ${{ matrix.os.image }}
554
credentials:
555
username: ${{ needs.amazon-ecr-auth.outputs.docker_username }}
556
password: ${{ needs.amazon-ecr-auth.outputs.docker_password }}
557
env:
558
DEBIAN_FRONTEND: noninteractive
- ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
- ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
559
560
steps:
561
- name: setup
0 commit comments