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

[ci/cd] try nodejs 16 image

parent bfda50fa
No related branches found
No related tags found
No related merge requests found
Pipeline #868 passed
......@@ -24,8 +24,8 @@ php-syntax-check:
js-syntax-check:
stage: test
image:
name: node:lts
entrypoint: ["/bin/bash", "-c"]
name: node:16
#entrypoint: ["/bin/bash", "-c"]
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