Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Bump http-cache-semantics from 4.0.3 to 4.1.1 #185

Bump http-cache-semantics from 4.0.3 to 4.1.1

Bump http-cache-semantics from 4.0.3 to 4.1.1 #185

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: yarn install
- name: Change permissions
run: chmod +x ./scripts/test.sh
- run: yarn test-ci
- run: yarn coverage