forked from external-repos/squoosh
Remove sizereport step
Apparently it doesn't exist anymore, even though it was referenced in Travis.
This commit is contained in:
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
@@ -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
|
name: Node.js CI
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
@@ -23,4 +20,3 @@ jobs:
|
|||||||
node-version: '${{ steps.nvmrc.outputs.node_version }}'
|
node-version: '${{ steps.nvmrc.outputs.node_version }}'
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: npm run sizereport
|
|
||||||
|
|||||||
Reference in New Issue
Block a user