Skip to content

Bump @babel/traverse from 7.17.3 to 7.23.2 in /output-data #321

Bump @babel/traverse from 7.17.3 to 7.23.2 in /output-data

Bump @babel/traverse from 7.17.3 to 7.23.2 in /output-data #321

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