Skip to content

build(deps-dev): bump @babel/traverse from 7.16.3 to 7.23.4 #18

build(deps-dev): bump @babel/traverse from 7.16.3 to 7.23.4

build(deps-dev): bump @babel/traverse from 7.16.3 to 7.23.4 #18

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn run lint
- run: yarn run test