We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155806d commit e692dd7Copy full SHA for e692dd7
.github/workflows/phpunit-32bits.yml
@@ -36,10 +36,8 @@ jobs:
36
steps:
37
- name: Install node
38
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
+ curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
+ apt-get install -y nodejs
43
44
- name: Checkout server
45
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
0 commit comments