Skip to content

Commit 222dcba

Browse files
committed
Check 2
1 parent 28b3457 commit 222dcba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.scrutinizer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ build:
55
dependencies:
66
before:
77
- command: |
8-
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
8+
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
99
sudo apt-get install -y nodejs
10+
sudo npm install -g n
11+
sudo n 20
1012
node --version
1113
npm --version
1214
nodes:

0 commit comments

Comments
 (0)