prepare for node24

This commit is contained in:
Peter Bieringer
2026-02-17 09:07:48 +01:00
parent 6b50f2dd07
commit b660862903

View File

@@ -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