Skip to content

chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /examples/gatsby #201

chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /examples/gatsby

chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /examples/gatsby #201

Workflow file for this run

name: Size
on: [pull_request]
jobs:
size:
runs-on: ubuntu-20.04
env:
CI_JOB_NUMBER: 1
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
with:
install-command: yarn install --ignore-engines
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: "**/dist/**/*.?(m)js"