Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Bump send and express #110

Bump send and express

Bump send and express #110

Workflow file for this run

---
name: Build
# yamllint disable-line rule:truthy
on:
push:
paths-ignore:
- '**.md'
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run build
- run: npm test