Skip to content

build(deps): bump @babel/traverse from 7.22.5 to 7.23.2 (#28) #75

build(deps): bump @babel/traverse from 7.22.5 to 7.23.2 (#28)

build(deps): bump @babel/traverse from 7.22.5 to 7.23.2 (#28) #75

Workflow file for this run

name: Automated Test
on:
push:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: yarn
- name: Run Tests
run: yarn test