Skip to content

Commit

Permalink
Remove sizereport step
Browse files Browse the repository at this point in the history
Apparently it doesn't exist anymore, even though it was referenced in Travis.
  • Loading branch information
RReverser authored Nov 20, 2020
1 parent 10bfd60 commit 8f73690
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -23,4 +20,3 @@ jobs:
node-version: '${{ steps.nvmrc.outputs.node_version }}'
- run: npm ci
- run: npm run build
- run: npm run sizereport

0 comments on commit 8f73690

Please sign in to comment.