Skip to content

Bump @babel/traverse from 7.22.8 to 7.23.2 (#16) #44

Bump @babel/traverse from 7.22.8 to 7.23.2 (#16)

Bump @babel/traverse from 7.22.8 to 7.23.2 (#16) #44

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm test