Skip to content

⬆️ Bump serve-static from 1.15.0 to 1.16.0 #5

⬆️ Bump serve-static from 1.15.0 to 1.16.0

⬆️ Bump serve-static from 1.15.0 to 1.16.0 #5

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: "16"
- run: yarn
- run: yarn lint