Skip to content

Commit 28b3457

Browse files
committed
test
1 parent 4be4e2a commit 28b3457

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.scrutinizer.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ build:
22
environment:
33
php:
44
version: 8.2
5-
node: "v20.18.2"
65
dependencies:
76
before:
87
- 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
8+
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
9+
sudo apt-get install -y nodejs
10+
node --version
11+
npm --version
1312
nodes:
1413
analysis:
1514
project_setup:

0 commit comments

Comments
 (0)