Skip to content

Commit e692dd7

Browse files
committed
fixup! fixup! fixup! fixup! ci(32bit): use custom image to run PHP unit tests on 32bit
1 parent 155806d commit e692dd7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/phpunit-32bits.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ jobs:
3636
steps:
3737
- name: Install node
3838
run: |
39-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
40-
export NVM_DIR="$HOME/.nvm"
41-
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
42-
nvm install 24
39+
curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
40+
apt-get install -y nodejs
4341
4442
- name: Checkout server
4543
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0

0 commit comments

Comments
 (0)