From 5625253e4f4b451a00571918e05d499438adc1fe Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 27 Jan 2022 04:57:54 +0000 Subject: [PATCH] Updating GHES workflows --- ci/node.js.yml | 31 --------------------------- ci/properties/node.js.properties.json | 6 ------ icons/nodejs.svg | 1 - 3 files changed, 38 deletions(-) delete mode 100644 ci/node.js.yml delete mode 100644 ci/properties/node.js.properties.json delete mode 100644 icons/nodejs.svg diff --git a/ci/node.js.yml b/ci/node.js.yml deleted file mode 100644 index 8d1b9c7..0000000 --- a/ci/node.js.yml +++ /dev/null @@ -1,31 +0,0 @@ -# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions - -name: Node.js CI - -on: - push: - branches: [ $default-branch ] - pull_request: - branches: [ $default-branch ] - -jobs: - build: - - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [12.x, 14.x, 16.x] - # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - - steps: - - uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 - with: - node-version: ${{ matrix.node-version }} - cache: 'npm' - - run: npm ci - - run: npm run build --if-present - - run: npm test diff --git a/ci/properties/node.js.properties.json b/ci/properties/node.js.properties.json deleted file mode 100644 index 7f68d88..0000000 --- a/ci/properties/node.js.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Node.js", - "description": "Build and test a Node.js project with npm.", - "iconName": "nodejs", - "categories": ["Continuous integration", "JavaScript", "npm", "React", "Angular", "Vue"] -} diff --git a/icons/nodejs.svg b/icons/nodejs.svg deleted file mode 100644 index 493f39d..0000000 --- a/icons/nodejs.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file