Skip to content

chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 #94

chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1

chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 #94

Workflow file for this run

name: Run unit tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
env:
SERVERLESS_VERSION: '3.3.0'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm ci
- run: npm run lint
- run: npm run coverage
- uses: codecov/codecov-action@v2