Skip to content

chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 (#92) #191

chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 (#92)

chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 (#92) #191

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['14.x', '16.x', '18.x', '20.x']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install and build
run: npm ci && npm run build
- name: test
run: npm test