Skip to content

Bump @babel/traverse from 7.20.10 to 7.23.2 (#58) #97

Bump @babel/traverse from 7.20.10 to 7.23.2 (#58)

Bump @babel/traverse from 7.20.10 to 7.23.2 (#58) #97

Workflow file for this run

name: Node CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x ]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Lint and coverage
run: |
npm i
npm run lint
npm run build
npm run coverage && npx codecov
env:
CI: true
CODECOV_TOKEN: 000c0032-edb5-4b49-a413-e98f16a5623d