Skip to content

Bump @babel/traverse from 7.20.1 to 7.23.2 (#58) #119

Bump @babel/traverse from 7.20.1 to 7.23.2 (#58)

Bump @babel/traverse from 7.20.1 to 7.23.2 (#58) #119

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['14.x', '16.x', '18.x', '20.x']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install and build
run: npm ci && npm run build
- name: test
run: npm test