Skip to content

Commit f791cc1

Browse files
committed
fixup! fixup! ci(32bit): use custom image to run PHP unit tests on 32bit
1 parent 6ea2629 commit f791cc1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/phpunit-32bits.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
php-versions: ["8.4"]
3535

3636
steps:
37+
- name: Install node
38+
run: |
39+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
40+
nvm install 24
41+
3742
- name: Checkout server
3843
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3944
with:

0 commit comments

Comments
 (0)