Skip to content

chore(deps-dev): bump @babel/traverse from 7.17.9 to 7.23.6 #19

chore(deps-dev): bump @babel/traverse from 7.17.9 to 7.23.6

chore(deps-dev): bump @babel/traverse from 7.17.9 to 7.23.6 #19

Workflow file for this run

name: Build and Test
on:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: npm
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Format check
run: npm run format
- name: Test
run: npm test