From 9b8accefa82ade6edd24b4ee9f073f728c9a387d Mon Sep 17 00:00:00 2001 From: vantezzen Date: Fri, 21 Feb 2020 12:52:54 +0100 Subject: Remove unneeded workflows --- .github/workflows/nodejs.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/nodejs.yml (limited to '.github') diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml deleted file mode 100644 index 9b6076c..0000000 --- a/.github/workflows/nodejs.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Node CI - -on: - schedule: - - cron: 0 0 * * 0 - -jobs: - build: - - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [8.x, 10.x, 12.x] - - steps: - - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - name: npm install, and update - run: | - cd scripts - npm install - npm run update - env: - CI: true -- cgit v1.2.3-54-g00ecf