Skip to content

Commit 5882893

Browse files
committed
Using image
1 parent 29a2dfd commit 5882893

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

.scrutinizer.yml

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,9 @@
11
build:
2+
image: default-jammy
23
environment:
4+
node: v20
35
php:
4-
version: 8.2
5-
dependencies:
6-
before:
7-
- command: |
8-
# Update GLIBC
9-
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
10-
sudo apt-get update
11-
sudo apt-get install -y libc6
12-
13-
# Install NVM
14-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
15-
16-
# Load NVM
17-
export NVM_DIR="$HOME/.nvm"
18-
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
19-
20-
# Install and use Node.js 20
21-
nvm install 20
22-
nvm use 20
23-
24-
# Verify installation
25-
node --version
26-
npm --version
6+
version: 8.3.3
277
nodes:
288
analysis:
299
project_setup:

0 commit comments

Comments
 (0)