Skip to content

Bump @babel/traverse from 7.14.5 to 7.23.2 #95

Bump @babel/traverse from 7.14.5 to 7.23.2

Bump @babel/traverse from 7.14.5 to 7.23.2 #95

Workflow file for this run

# GitHub Actions docs
# https://help.github.com/en/articles/about-github-actions
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
name: Unittests
on: [push]
jobs:
runtests:
# Machine environment:
# https://help.github.com/en/articles/software-in-virtual-environments-for-github-actions#ubuntu-1804-lts
# We specify the Node.js version manually below, and use versioned Chrome from Puppeteer.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.8
uses: actions/setup-node@v1
with:
node-version: 12.8
- name: Install dependencies
run: npm install
- name: Test
run: npm run citest