Skip to content

Bump del from 6.0.0 to 7.1.0 #697

Bump del from 6.0.0 to 7.1.0

Bump del from 6.0.0 to 7.1.0 #697

Workflow file for this run

name: build
on:
workflow_dispatch:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 14
uses: actions/setup-node@v3
with:
node-version: 14
- run: npm ci
- run: npm run build --if-present
- run: npm run lint