extend prep
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -30,6 +30,10 @@ jobs:
|
|||||||
- name: Fix checkout and upload-artifact
|
- name: Fix checkout and upload-artifact
|
||||||
run: |
|
run: |
|
||||||
apt-get install -y nodejs npm
|
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
|
- name: Install git
|
||||||
run: |
|
run: |
|
||||||
apt-get install -y git
|
apt-get install -y git
|
||||||
|
|||||||
Reference in New Issue
Block a user