GHA: Fix node version issue

Avoid
> /__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)

See https://github.com/actions/checkout/issues/1590
This commit is contained in:
Alexander Grund
2024-08-16 11:53:47 +02:00
parent ce03067859
commit c6657cc9bd

View File

@ -10,6 +10,7 @@ on:
env:
UBSAN_OPTIONS: print_stacktrace=1
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
jobs:
posix: