Skip to content

build(deps-dev): bump @babel/traverse from 7.22.8 to 7.23.2 (#19) #94

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

build(deps-dev): bump @babel/traverse from 7.22.8 to 7.23.2 (#19) #94

Workflow file for this run

name: Build & Test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Install npm dependencies
run: npm ci --ignore-scripts
- name: Build and run tests
run: npm rebuild && npm run all