Skip to content

Bump http-cache-semantics from 4.1.0 to 4.1.1 #641

Bump http-cache-semantics from 4.1.0 to 4.1.1

Bump http-cache-semantics from 4.1.0 to 4.1.1 #641

Workflow file for this run

name: Complete Check
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install modules
run: yarn
- name: Run
run: yarn pr