Skip to content

chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 #26

chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2

chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 #26

Workflow file for this run

name: Test and build
on:
push:
branches-ignore:
- master
env:
CI: true
jobs:
test-and-build:
name: Test and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.13.1'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Test
run: npm run test
- name: Build
run: npm run build