Skip to content

Bump @babel/traverse from 7.20.1 to 7.23.5 #856

Bump @babel/traverse from 7.20.1 to 7.23.5

Bump @babel/traverse from 7.20.1 to 7.23.5 #856

Workflow file for this run

name: Node CI
on: pull_request
jobs:
build:
runs-on: [ubuntu-latest]
env:
CI: true
steps:
- name: 🛎 Checkout
uses: actions/checkout@v4
- name: 📦 Cache
uses: actions/cache@v3
with:
path: ~/.npm
key: node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
node-
- name: 🏗 npm build and coverage
run: |
npm ci
npm run build
npm run cest