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 28b3457 commit 222dcbaCopy full SHA for 222dcba
.scrutinizer.yml
@@ -5,8 +5,10 @@ build:
5
dependencies:
6
before:
7
- command: |
8
- curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
+ curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
9
sudo apt-get install -y nodejs
10
+ sudo npm install -g n
11
+ sudo n 20
12
node --version
13
npm --version
14
nodes:
0 commit comments