We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b50f2d commit b660862Copy full SHA for b660862
.github/workflows/test.yml
@@ -25,6 +25,7 @@ jobs:
25
image: i386/python:3.11
26
volumes:
27
- /home/runner/work/_temp:/__e/node20
28
+ - /home/runner/work/_temp:/__e/node24
29
steps:
30
- name: Update system
31
run: |
@@ -36,6 +37,10 @@ jobs:
36
37
ln -sf $(which node) /__e/node20/bin/node
38
ln -sf $(which npm) /__e/node20/bin/npm
39
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
44
- name: Install git
45
46
apt-get install -y git
0 commit comments