Skip to content

Bump @babel/traverse from 7.12.1 to 7.23.6 #60

Bump @babel/traverse from 7.12.1 to 7.23.6

Bump @babel/traverse from 7.12.1 to 7.23.6 #60

Workflow file for this run

name: PR Checks
on: [pull_request]
jobs:
run_tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: unit_test
run: |
yarn
yarn test
working-directory: ./
build_code:
name: Build Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Build
run: |
yarn
yarn build
working-directory: ./