Skip to content

chore: bump @babel/traverse from 7.17.9 to 7.23.2 (#69) #92

chore: bump @babel/traverse from 7.17.9 to 7.23.2 (#69)

chore: bump @babel/traverse from 7.17.9 to 7.23.2 (#69) #92

Workflow file for this run

name: Test CI
on:
push:
branches:
- master
pull_request:
paths-ignore:
- "*.md"
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: ['16', '18', '20']
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test