Skip to content

chore(deps): bump @babel/traverse from 7.19.4 to 7.25.3 #159

chore(deps): bump @babel/traverse from 7.19.4 to 7.25.3

chore(deps): bump @babel/traverse from 7.19.4 to 7.25.3 #159

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Restore Cache
uses: actions/[email protected]
with:
path: node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Install Dependencies
run: yarn --frozen-lockfile
- name: Run Tests
run: yarn test:ci --maxWorkers=2
- name: Run Linter
run: yarn prettier:check