-
-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): install Node.js 20 needed by newer GitHub Actions runner
The actions/download-artifact action is failing with the following message: /__e/node20/bin/node: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node) The problem is that GitHub Actions is dropping Node.js 16 support [1], and their Node.js 20 binary is too new for our Ubuntu 18.04 Docker images. Install our own copy of Node.js 20 which is compatible with Ubuntu 18.04. [1] https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
- Loading branch information
Showing
2 changed files
with
24 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
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