Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop CI job on Node.js 12 #370

Merged
merged 1 commit into from Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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