node fix
This commit is contained in:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -23,7 +23,15 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: i386/python:3.11
|
image: i386/python:3.11
|
||||||
|
- /tmp:/__e/node20_ubuntu
|
||||||
steps:
|
steps:
|
||||||
|
- name: Fix checkout and upload-artifact
|
||||||
|
run: |
|
||||||
|
apk add nodejs npm
|
||||||
|
mkdir -p /__e/node20_ubuntu/bin
|
||||||
|
ln -sf $(which node) /__e/node20_ubuntu/bin/node
|
||||||
|
ln -sf $(which npm) /__e/node20_ubuntu/bin/npm
|
||||||
|
ln -sf $(which npx) /__e/node20_ubuntu/bin/npx
|
||||||
- name: Update system
|
- name: Update system
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|||||||
Reference in New Issue
Block a user