Skip to content

Bump @babel/traverse from 7.18.13 to 7.23.9 #30

Bump @babel/traverse from 7.18.13 to 7.23.9

Bump @babel/traverse from 7.18.13 to 7.23.9 #30

Workflow file for this run

name: Yarn Test CI
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test