Skip to content

chore(deps): update dependency doogu to ^2.4.148 #300

chore(deps): update dependency doogu to ^2.4.148

chore(deps): update dependency doogu to ^2.4.148 #300

Workflow file for this run

name: Validation
on:
pull_request:
types:
- edited
- opened
- synchronize
push:
branches:
- '*'
- '!main'
jobs:
test:
name: Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version:
- 16.10.0
- 14.17
- 12.22
os:
- ubuntu-latest
- windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm test