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/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-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/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/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 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