Skip to content

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

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

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

Workflow file for this run

name: CI
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: npm install
- run: npm run build
- run: npm run lint
- run: npm test