Skip to content

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

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

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

Workflow file for this run

name: ci
'on':
- push
- pull_request
jobs:
test:
name: Node ${{ matrix.node }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
node:
- '14'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build --if-present
- run: echo "127.0.0.1 airtap.local" | sudo tee -a /etc/hosts
- run: npm test