Skip to content

Bump @babel/traverse from 7.17.3 to 7.23.3 #41

Bump @babel/traverse from 7.17.3 to 7.23.3

Bump @babel/traverse from 7.17.3 to 7.23.3 #41

Workflow file for this run

name: Tests
on:
- push
- pull_request
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ '14', '16' ]
steps:
- uses: actions/checkout@v2
- name: Set up Node JS ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- run: npm test