diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41117784..a28363c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,14 +31,12 @@ jobs: # need to switch to root so that github actions can install runner binary on container without permission issues. options: --user root volumes: - - /node20217:/node20217:rw,rshared - - /node20217:/__e/node20:ro,rshared + - /node20_glibc217:/node20_glibc217:rw,rshared + - /node20_glibc217:/__e/node20:ro,rshared steps: - run: | - ls -l / | grep tar.xz - tar -xf /node-v20.10.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217 - /node20217/bin/node -v + /node20_glibc217/bin/node -v - name: Checkout job-scheduler uses: actions/checkout@v4 - name: Setup Java ${{ matrix.java }}