Skip to content

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

Bump http-cache-semantics from 4.1.0 to 4.1.1

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

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test