Skip to content

NPM: Bump @johntalton/and-other-delights from 3.0.2 to 8.3.0 #511

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

NPM: Bump @johntalton/and-other-delights from 3.0.2 to 8.3.0 #511

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/setup-node@v4
- run: npm install
- run: npm run build --if-present
- run: npm run lint --if-present
- run: npm run test --if-present