Skip to content

chore(deps): bump @babel/traverse from 7.22.8 to 7.23.2 #427

chore(deps): bump @babel/traverse from 7.22.8 to 7.23.2

chore(deps): bump @babel/traverse from 7.22.8 to 7.23.2 #427

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: ⏬ Checkout
uses: actions/checkout@v3
- name: ⚙️ Setup Node.js
uses: actions/setup-node@v3
with:
cache: 'npm'
node-version-file: '.nvmrc'
- name: 🔋 Install
run: npm ci
- name: 🤖 Linting
run: npm run lint
- name: 🛠️ Building
run: npm run build
- name: 📊 Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}