Skip to content

build(deps): bump @babel/traverse from 7.22.10 to 7.23.2 #3

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 #3

Workflow file for this run

name: Tests
on:
push:
branches:
- dev
- main
pull_request:
branches:
- dev
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup NodeJS & Yarn
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint
- name: Test
run: yarn test
- name: Build
run: yarn build