Skip to content

Update all of babel7 to version 7.22.2 #872

Update all of babel7 to version 7.22.2

Update all of babel7 to version 7.22.2 #872

name: unit tests
on:
pull_request:
push:
branch:
- next
jobs:
test:
runs-on: ${{ matrix.platform }}
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- run: npm ci
- run: npm test
- run: npm run build