Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2019-04-15 22:56:09 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-04-15 22:56:09 +0300
commit13ef404d1e0fddc4c8595992b0385d2cb830a9a3 (patch)
treeb87d92c2810f059fd27770797626ebc58bacefbe /.scrutinizer.yml
parent4c43aebd2dcd502c2596f234b55b5d22e556bf1d (diff)
Upgrade node.js to version 10 on Scrutinizer
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 06beba212e..d8610aff1c 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -17,7 +17,7 @@ build:
analysis:
environment:
php: 7.1
- node: 8
+ node: 10
dependencies:
before:
- composer install