Skip to content

chore(deps-dev): bump @babel/traverse from 7.9.0 to 7.23.2 #254

chore(deps-dev): bump @babel/traverse from 7.9.0 to 7.23.2

chore(deps-dev): bump @babel/traverse from 7.9.0 to 7.23.2 #254

Workflow file for this run

name: test
on: push
jobs:
unit-tests:
runs-on: ubuntu-latest
# if: contains(github.event.head_commit.modified, 'api/')
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- run: npm ci
- run: npm run test