Remove sizereport step

Apparently it doesn't exist anymore, even though it was referenced in Travis.
This commit is contained in:
Ingvar Stepanyan
2020-11-20 21:41:57 +00:00
committed by GitHub
parent 10bfd60e20
commit 8f7369068c

View File

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