Skip to content

Bump @babel/traverse from 7.16.10 to 7.24.7 #130

Bump @babel/traverse from 7.16.10 to 7.24.7

Bump @babel/traverse from 7.16.10 to 7.24.7 #130

# name: Run tests
#
# on: [push, pull_request]
#
# jobs:
# build-and-deploy:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# - uses: actions/checkout@v2
# - name: Install Dependecies & Test
# - uses: actions/setup-node@v2
# with:
# node-version: '12' # TODO IDK what version nighttab is built with normally.
# cache: 'npm'
# - run: |
# npm install
# npm run lint
# npm test