Skip to content

Bump @babel/traverse from 7.16.0 to 7.23.7 #23

Bump @babel/traverse from 7.16.0 to 7.23.7

Bump @babel/traverse from 7.16.0 to 7.23.7 #23

Workflow file for this run

name: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.13.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- name: Install dependencies
run: yarn --immutable
- name: Run linter
run: yarn lint
- name: Run tests
run: yarn test