Skip to content

chore(dependency): Update all non-major dependencies (minor) #1766

chore(dependency): Update all non-major dependencies (minor)

chore(dependency): Update all non-major dependencies (minor) #1766

name: Build and test
on:
pull_request:
push:
branches:
- 'master'
jobs:
test_build:
name: Unit test and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm test
- run: npm run type-check
- run: npm run lint