From 8f7369068c6140df006799b0fc61cc5cf550c766 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Fri, 20 Nov 2020 21:41:57 +0000 Subject: [PATCH] Remove sizereport step Apparently it doesn't exist anymore, even though it was referenced in Travis. --- .github/workflows/node.js.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 93a59236..407f6c7e 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -1,6 +1,3 @@ -# This workflow will do a clean install of node dependencies, 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, pull_request] @@ -23,4 +20,3 @@ jobs: node-version: '${{ steps.nvmrc.outputs.node_version }}' - run: npm ci - run: npm run build - - run: npm run sizereport