Skip to content

build(deps): bump @babel/traverse from 7.20.5 to 7.23.2 #63

build(deps): bump @babel/traverse from 7.20.5 to 7.23.2

build(deps): bump @babel/traverse from 7.20.5 to 7.23.2 #63

Workflow file for this run

name: Node CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node: ['18']
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Yarn Install
run: yarn install --network-concurrency 1
- name: Linting
run: yarn run lint