From c6f662d543b0ffe1bd825b6065089b11927dc671 Mon Sep 17 00:00:00 2001 From: Ben De St Paer-Gotch Date: Thu, 4 Dec 2025 11:00:00 +0000 Subject: [PATCH 1/2] Removing gulp as legacy and no longer required --- ci/npm-gulp.yml | 28 -------------------------- ci/properties/npm-gulp.properties.json | 6 ------ icons/gulp.svg | 1 - 3 files changed, 35 deletions(-) delete mode 100644 ci/npm-gulp.yml delete mode 100644 ci/properties/npm-gulp.properties.json delete mode 100644 icons/gulp.svg diff --git a/ci/npm-gulp.yml b/ci/npm-gulp.yml deleted file mode 100644 index 3a4ec122fc..0000000000 --- a/ci/npm-gulp.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: NodeJS with Gulp - -on: - push: - branches: [ $default-branch ] - pull_request: - branches: [ $default-branch ] - -jobs: - build: - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [18.x, 20.x, 22.x] - - steps: - - uses: actions/checkout@v4 - - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node-version }} - - - name: Build - run: | - npm install - gulp diff --git a/ci/properties/npm-gulp.properties.json b/ci/properties/npm-gulp.properties.json deleted file mode 100644 index 3b4201aaf5..0000000000 --- a/ci/properties/npm-gulp.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Gulp", - "description": "Build a NodeJS project with npm and gulp.", - "iconName": "gulp", - "categories": ["Continuous integration", "JavaScript", "TypeScript", "npm", "Gulp"] -} diff --git a/icons/gulp.svg b/icons/gulp.svg deleted file mode 100644 index a99af85e85..0000000000 --- a/icons/gulp.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From 41f167bbac5d94c3621dbedebbec8c6eb1065dc7 Mon Sep 17 00:00:00 2001 From: Ben De St Paer-Gotch Date: Thu, 4 Dec 2025 16:58:03 +0000 Subject: [PATCH 2/2] Removing grunt as outdated --- ci/npm-grunt.yml | 28 ------------------------- ci/properties/npm-grunt.properties.json | 6 ------ icons/grunt.svg | 1 - 3 files changed, 35 deletions(-) delete mode 100644 ci/npm-grunt.yml delete mode 100644 ci/properties/npm-grunt.properties.json delete mode 100644 icons/grunt.svg diff --git a/ci/npm-grunt.yml b/ci/npm-grunt.yml deleted file mode 100644 index ccdabd8861..0000000000 --- a/ci/npm-grunt.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: NodeJS with Grunt - -on: - push: - branches: [ $default-branch ] - pull_request: - branches: [ $default-branch ] - -jobs: - build: - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [18.x, 20.x, 22.x] - - steps: - - uses: actions/checkout@v4 - - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node-version }} - - - name: Build - run: | - npm install - grunt diff --git a/ci/properties/npm-grunt.properties.json b/ci/properties/npm-grunt.properties.json deleted file mode 100644 index 34a0a350dd..0000000000 --- a/ci/properties/npm-grunt.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Grunt", - "description": "Build a NodeJS project with npm and grunt.", - "iconName": "grunt", - "categories": ["Continuous integration", "JavaScript", "TypeScript", "npm", "Grunt"] -} diff --git a/icons/grunt.svg b/icons/grunt.svg deleted file mode 100644 index ce8e4a6cf1..0000000000 --- a/icons/grunt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file