Skip to content

Bump @babel/traverse from 7.17.3 to 7.23.2 #67

Bump @babel/traverse from 7.17.3 to 7.23.2

Bump @babel/traverse from 7.17.3 to 7.23.2 #67

Workflow file for this run

name: New changeset
on: [push, pull_request]
jobs:
test:
name: Run tests
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest]
node: [14, 16, 18, 20]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: yarn install
- run: yarn build
- run: yarn test