prepare for node24
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -25,6 +25,7 @@ jobs:
|
|||||||
image: i386/python:3.11
|
image: i386/python:3.11
|
||||||
volumes:
|
volumes:
|
||||||
- /home/runner/work/_temp:/__e/node20
|
- /home/runner/work/_temp:/__e/node20
|
||||||
|
- /home/runner/work/_temp:/__e/node24
|
||||||
steps:
|
steps:
|
||||||
- name: Update system
|
- name: Update system
|
||||||
run: |
|
run: |
|
||||||
@@ -36,6 +37,10 @@ jobs:
|
|||||||
ln -sf $(which node) /__e/node20/bin/node
|
ln -sf $(which node) /__e/node20/bin/node
|
||||||
ln -sf $(which npm) /__e/node20/bin/npm
|
ln -sf $(which npm) /__e/node20/bin/npm
|
||||||
ln -sf $(which npx) /__e/node20/bin/npx
|
ln -sf $(which npx) /__e/node20/bin/npx
|
||||||
|
mkdir -p /__e/node24/bin
|
||||||
|
ln -sf $(which node) /__e/node24/bin/node
|
||||||
|
ln -sf $(which npm) /__e/node24/bin/npm
|
||||||
|
ln -sf $(which npx) /__e/node24/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