Skip to content

fix(deps): bump serve-static from 1.15.0 to 1.16.2 #595

fix(deps): bump serve-static from 1.15.0 to 1.16.2

fix(deps): bump serve-static from 1.15.0 to 1.16.2 #595

Workflow file for this run

name: ci
on:
push:
branches-ignore:
- master
pull_request:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@v4
- name: Setup node env πŸ—
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'yarn'
- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
run: yarn install --frozen-lockfile
- name: Run linter πŸ‘€
run: yarn lint
- name: Run tests πŸ§ͺ
run: yarn test