Skip to content

Bump @babel/traverse from 7.20.1 to 7.23.2 #97

Bump @babel/traverse from 7.20.1 to 7.23.2

Bump @babel/traverse from 7.20.1 to 7.23.2 #97

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14', '16', '18']
name: Node ${{ matrix.node }} tests
steps:
- uses: actions/checkout@v1
- name: Tests
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run test
- run: npm run build