Skip to content

Bump @types/jest from 29.5.6 to 29.5.7 #395

Bump @types/jest from 29.5.6 to 29.5.7

Bump @types/jest from 29.5.6 to 29.5.7 #395

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 20]
name: Node ${{ matrix.node }}
steps:
- name: Setup repo
uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm audit --only=prod --audit-level=high
- run: npm run lint
- run: npm run build
- run: npm run cover