Skip to content

Bump @babel/traverse from 7.8.4 to 7.23.2 #4

Bump @babel/traverse from 7.8.4 to 7.23.2

Bump @babel/traverse from 7.8.4 to 7.23.2 #4

Workflow file for this run

name: Run tests
on:
pull_request:
push:
branches: master
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm test