Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit b26b5c7

Browse files
Drop CI job on Node.js 12 (#370)
1 parent 0ac4ecf commit b26b5c7

File tree

4 files changed

+3
-23
lines changed

4 files changed

+3
-23
lines changed

.cirrus.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ build_task:
2323
<<: *ONLY_SONARSOURCE_QA
2424
gke_container:
2525
matrix:
26-
- dockerfile: .cirrus/nodejs-12.Dockerfile
2726
- dockerfile: .cirrus/nodejs-14.Dockerfile
2827
- dockerfile: .cirrus/nodejs-16.Dockerfile
2928
- dockerfile: .cirrus/nodejs-18.Dockerfile
@@ -50,7 +49,7 @@ ws_scan_task:
5049
depends_on:
5150
- build
5251
gke_container:
53-
dockerfile: .cirrus/nodejs-12.Dockerfile
52+
dockerfile: .cirrus/nodejs-14.Dockerfile
5453
<<: *CONTAINER_DEFINITION
5554
cpu: 2
5655
memory: 2G

.cirrus/nodejs-12.Dockerfile

Lines changed: 0 additions & 20 deletions
This file was deleted.

.cirrus/nodejs-14.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ RUN curl "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-
1717
USER sonarsource
1818

1919
ENV PATH "/opt/sonar-scanner/bin:${PATH}"
20+
ENV SONARCLOUD_ANALYSIS true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"homepage": "https://github.com/SonarSource/eslint-plugin-sonarjs",
1818
"engines": {
19-
"node": ">=12"
19+
"node": ">=14"
2020
},
2121
"scripts": {
2222
"build": "rimraf lib && npm run check-format && tsc -d -p tsconfig-src.json",

0 commit comments

Comments
 (0)