Skip to content

Bump @babel/traverse from 7.18.10 to 7.24.1 (#118) #100

Bump @babel/traverse from 7.18.10 to 7.24.1 (#118)

Bump @babel/traverse from 7.18.10 to 7.24.1 (#118) #100

Workflow file for this run

name: Continuous Integration via Node
on:
push:
branches:
- '*'
- '*/*'
tags:
- '__dont_run_on_tags__'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm test
env:
CI: true