Skip to content

Bump @babel/traverse from 7.20.13 to 7.23.2 #322

Bump @babel/traverse from 7.20.13 to 7.23.2

Bump @babel/traverse from 7.20.13 to 7.23.2 #322

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
push:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "16.19.1"
- name: Install NPM packages
run: npm ci
- name: Run tests
run: npm test