Skip to content

Bump serve-static from 1.15.0 to 1.16.2 #243

Bump serve-static from 1.15.0 to 1.16.2

Bump serve-static from 1.15.0 to 1.16.2 #243

Workflow file for this run

name: Node tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Run lib tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 14
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test