Skip to content

fix: Upgrade package and test console warnings (#92) #4

fix: Upgrade package and test console warnings (#92)

fix: Upgrade package and test console warnings (#92) #4

Workflow file for this run

name: Test main
on:
push:
branches: [main]
jobs:
test_push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci --legacy-peer-deps
- run: npm run coverage
- run: npm run build