Skip to content

build(deps-dev): bump @babel/traverse from 7.13.0 to 7.23.2 #67

build(deps-dev): bump @babel/traverse from 7.13.0 to 7.23.2

build(deps-dev): bump @babel/traverse from 7.13.0 to 7.23.2 #67

Workflow file for this run

name: CI / Automated testing
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run format
- run: npm run lint
- run: npm run test