Skip to content

Commit b660862

Browse files
committed
prepare for node24
1 parent 6b50f2d commit b660862

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
image: i386/python:3.11
2626
volumes:
2727
- /home/runner/work/_temp:/__e/node20
28+
- /home/runner/work/_temp:/__e/node24
2829
steps:
2930
- name: Update system
3031
run: |
@@ -36,6 +37,10 @@ jobs:
3637
ln -sf $(which node) /__e/node20/bin/node
3738
ln -sf $(which npm) /__e/node20/bin/npm
3839
ln -sf $(which npx) /__e/node20/bin/npx
40+
mkdir -p /__e/node24/bin
41+
ln -sf $(which node) /__e/node24/bin/node
42+
ln -sf $(which npm) /__e/node24/bin/npm
43+
ln -sf $(which npx) /__e/node24/bin/npx
3944
- name: Install git
4045
run: |
4146
apt-get install -y git

0 commit comments

Comments
 (0)