Skip to content

Bump del from 7.0.0 to 7.1.0 in /app #37

Bump del from 7.0.0 to 7.1.0 in /app

Bump del from 7.0.0 to 7.1.0 in /app #37

Workflow file for this run

name: ci
on:
pull_request:
branches:
- master
workflow_dispatch:
branches:
- master
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
strategy:
matrix:
os: [macos-12, ubuntu-22.04, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 16
cache: "npm"
- run: npm ci
- run: npm run deps
- run: npm run test