Skip to content

Commit 1f2943d

Browse files
FedeDPpoiana
authored andcommitted
chore(ci): add ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION:true env to enforce the usage of node16.
Centos:7 does not support node20 (glibc required mismatch). Signed-off-by: Federico Di Pierro <[email protected]>
1 parent a9f3d98 commit 1f2943d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable_build_packages.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
retention-days: 1
5050

5151
build-packages:
52+
env:
53+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
5254
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
5355
runs-on: ${{ (inputs.arch == 'aarch64' && 'actuated-arm64-8cpu-16gb') || 'ubuntu-latest' }}
5456
needs: [build-modern-bpf-skeleton]

0 commit comments

Comments
 (0)