Skip to content

build(deps-dev): bump @babel/traverse from 7.20.1 to 7.23.2 #14

build(deps-dev): bump @babel/traverse from 7.20.1 to 7.23.2

build(deps-dev): bump @babel/traverse from 7.20.1 to 7.23.2 #14

Workflow file for this run

name: integration tests
on:
pull_request:
branches:
- main
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 16
- name: Run tests
run: |
npm ci
npm run test