Unverified Commit 18e573aa by Paul B

WIP: remove me commit

parent 45a61456
Pipeline #693 failed with stage
in 2 seconds
...@@ -4,5 +4,8 @@ lint:js: ...@@ -4,5 +4,8 @@ lint:js:
key: node-modules key: node-modules
paths: paths:
- node_modules/ - node_modules/
before_script:
- "curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -"
- "sudo apt-get install -y nodejs"
script: script:
- make lint-js - make lint-js
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment