Skip to content

Bump @babel/traverse from 7.20.5 to 7.23.2 (#28) #35

Bump @babel/traverse from 7.20.5 to 7.23.2 (#28)

Bump @babel/traverse from 7.20.5 to 7.23.2 (#28) #35

Workflow file for this run

name: ci
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 14, 16, 18 ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build --if-present
- run: npm test
- run: npm run coverage
- name: coverage report
uses: codecov/codecov-action@v1
env:
CI: true