-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The git checkout step is failing as actions/checkout actions has started using node20 be default. Since node20 requires GLIBC version 2.28 and upper, our tests that run on Ubunu 16.04 and 18.04 are failing. The solution is to add ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true env variable.
- Loading branch information
Showing
1 changed file
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters