diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a8c2c5e..c8b13b59 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,6 +30,10 @@ jobs: - name: Fix checkout and upload-artifact run: | apt-get install -y nodejs npm + mkdir -p /__e/node20/bin + ln -sf $(which node) /__e/node20/bin/node + ln -sf $(which npm) /__e/node20/bin/npm + ln -sf $(which npx) /__e/node20/bin/npx - name: Install git run: | apt-get install -y git