Skip to content

build(deps-dev): bump @babel/traverse from 7.20.1 to 7.24.0 #602

build(deps-dev): bump @babel/traverse from 7.20.1 to 7.24.0

build(deps-dev): bump @babel/traverse from 7.20.1 to 7.24.0 #602

Workflow file for this run

name: nodejs-tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
# Test on nodejs version 14
strategy:
matrix:
node-version: [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 install
- run: npm run lint
- run: npm test
- run: npm run build --if-present