Skip to content
Snippets Groups Projects
Commit 8d6c1dbf authored by Imran Hussain's avatar Imran Hussain
Browse files

[ci/cd] use node lts image

parent 6b870063
No related branches found
No related tags found
No related merge requests found
Pipeline #861 failed
......@@ -23,7 +23,7 @@ php-syntax-check:
js-syntax-check:
stage: test
image: node:current
image: node:lts
script:
- npm install -g jshint
- find htdocs/js/ -name *.js ! -name jquery* | xargs -n 1 jshint --verbose
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment