Commit c2753aa

mo <mo.khan@gmail.com>
2018-12-08 03:22:34
node 10
1 parent 1f1fb64
Changed files (1)
.gitlab-ci.yml
@@ -1,7 +1,7 @@
 image: ruby:2.5
 
 before_script:
-  - curl -sL https://deb.nodesource.com/setup | bash -
+  - curl -sL https://deb.nodesource.com/setup_10.x | bash -
   - apt-get update && apt-get install -y locales postgresql postgresql-client libpq-dev nodejs
   - echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
   - locale-gen