Skip to content

NPM: Bump @johntalton/and-other-delights from 3.0.2 to 7.0.0 #239

NPM: Bump @johntalton/and-other-delights from 3.0.2 to 7.0.0

NPM: Bump @johntalton/and-other-delights from 3.0.2 to 7.0.0 #239

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10, 12, 14]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint --if-present