Commit ee3a9f2
authored
Downgrade Node.js version for manylinux jobs. (#5147)
[SC-50336](https://app.shortcut.com/tiledb-inc/story/50336/ci-failures-on-manylinux-due-to-node-js-forced-version-bump)
Apparently GitHub Actions has started forcing Node.js 20 for all jobs,
which causes failures for manylinux jobs due to libc version
incompatibilities.
This PR uses [an environment
variable](https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/)
to force GHA to use Node.js 16, fixing the failures until we cump
manylinux in the 2.31 timeframe.
---
TYPE: NO_HISTORY1 parent dad5b03 commit ee3a9f2
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
0 commit comments