Skip to content

chore(deps): bump @babel/traverse from 7.20.10 to 7.23.2 #433

chore(deps): bump @babel/traverse from 7.20.10 to 7.23.2

chore(deps): bump @babel/traverse from 7.20.10 to 7.23.2 #433

Workflow file for this run

name: Validate Pull Request
on: [pull_request]
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
env:
CI: true
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 --frozen-lockfile
- run: yarn test