Skip to content

Bump @babel/traverse from 7.12.13 to 7.23.2 #39

Bump @babel/traverse from 7.12.13 to 7.23.2

Bump @babel/traverse from 7.12.13 to 7.23.2 #39

Workflow file for this run

name: Test
on: pull_request
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: Brightspace/third-party-actions@actions/checkout
- name: Setup Node
uses: Brightspace/third-party-actions@actions/setup-node
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test
- name: Build
run: npm run build