Skip to content

Commit

Permalink
Drop CI job on Node.js 12
Browse files Browse the repository at this point in the history
  • Loading branch information
yassin-kammoun-sonarsource committed Oct 4, 2022
1 parent 0ac4ecf commit e2af10a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 23 deletions.
3 changes: 1 addition & 2 deletions .cirrus.yml
Expand Up @@ -23,7 +23,6 @@ build_task:
<<: *ONLY_SONARSOURCE_QA
gke_container:
matrix:
- dockerfile: .cirrus/nodejs-12.Dockerfile
- dockerfile: .cirrus/nodejs-14.Dockerfile
- dockerfile: .cirrus/nodejs-16.Dockerfile
- dockerfile: .cirrus/nodejs-18.Dockerfile
Expand All @@ -50,7 +49,7 @@ ws_scan_task:
depends_on:
- build
gke_container:
dockerfile: .cirrus/nodejs-12.Dockerfile
dockerfile: .cirrus/nodejs-14.Dockerfile
<<: *CONTAINER_DEFINITION
cpu: 2
memory: 2G
Expand Down
20 changes: 0 additions & 20 deletions .cirrus/nodejs-12.Dockerfile

This file was deleted.

1 change: 1 addition & 0 deletions .cirrus/nodejs-14.Dockerfile
Expand Up @@ -17,3 +17,4 @@ RUN curl "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-
USER sonarsource

ENV PATH "/opt/sonar-scanner/bin:${PATH}"
ENV SONARCLOUD_ANALYSIS true
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
},
"homepage": "https://github.com/SonarSource/eslint-plugin-sonarjs",
"engines": {
"node": ">=12"
"node": ">=14"
},
"scripts": {
"build": "rimraf lib && npm run check-format && tsc -d -p tsconfig-src.json",
Expand Down

0 comments on commit e2af10a

Please sign in to comment.