Skip to content

build(deps): bump @babel/parser from 7.25.8 to 7.26.3 #164

build(deps): bump @babel/parser from 7.25.8 to 7.26.3

build(deps): bump @babel/parser from 7.25.8 to 7.26.3 #164

Workflow file for this run

name: pull-request
on: pull_request
env:
HUSKY: 0
jobs:
test:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
name: test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: lts/*
- run: npm install
- run: npm run test:coverage
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: tests/coverage