Skip to content

chore(deps): bump actions/cache from 2.1.7 to 4.0.1 #39

chore(deps): bump actions/cache from 2.1.7 to 4.0.1

chore(deps): bump actions/cache from 2.1.7 to 4.0.1 #39

Workflow file for this run

name: Size
on:
pull_request:
jobs:
size:
name: Size
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14]
steps:
- name: Check out
uses: actions/checkout@v2
- name: Set up Node ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Load yarn cache
uses: actions/[email protected]
id: yarn-cache
with:
path: ./node_modules
key: ${{ runner.os }}-yarn-cache-${{ hashFiles('**/yarn.lock') }}
restore-keys: ${{ runner.os }}-yarn-cache-
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn --frozen-lockfile
- uses: andresz1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
skip_step: install