Skip to content

Commit 4387cd8

Browse files
authored
1 parent 55249c4 commit 4387cd8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

+8
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,17 @@ jobs:
3333
if: needs.check_upstream.outputs.needupdated == 'true'
3434
container:
3535
image: "centos:7"
36+
volumes:
37+
- /node20217:/node20217:rw,rshared
38+
- /node20217:/__e/node20:ro,rshared
3639
env:
3740
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
3841
steps:
42+
- name: install nodejs20glibc2.17
43+
run: |
44+
curl -LO https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz
45+
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
46+
ldd /__e/node20/bin/node
3947
- uses: actions/checkout@v3
4048
- uses: actions/checkout@v3
4149
with:

0 commit comments

Comments
 (0)