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 4be4e2a commit 28b3457Copy full SHA for 28b3457
.scrutinizer.yml
@@ -2,14 +2,13 @@ build:
2
environment:
3
php:
4
version: 8.2
5
- node: "v20.18.2"
6
dependencies:
7
before:
8
- command: |
9
- export NVM_DIR="$HOME/.nvm"
10
- [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
11
- nvm use --delete-prefix v20.18.2 --silent
12
- npm config delete prefix
+ curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
+ sudo apt-get install -y nodejs
+ node --version
+ npm --version
13
nodes:
14
analysis:
15
project_setup:
0 commit comments