Skip to content

Build(deps): Bump @babel/traverse from 7.22.10 to 7.23.2 #129

Build(deps): Bump @babel/traverse from 7.22.10 to 7.23.2

Build(deps): Bump @babel/traverse from 7.22.10 to 7.23.2 #129

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: pip cache
id: pip-cache
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- run: pip install -r ./requirements.txt
- run: yarn run lint
- run: yarn run build
env:
CI: true
- run: yarn test