Skip to content

chore(deps-dev): bump @babel/preset-typescript from 7.22.11 to 7.24.7 #193

chore(deps-dev): bump @babel/preset-typescript from 7.22.11 to 7.24.7

chore(deps-dev): bump @babel/preset-typescript from 7.22.11 to 7.24.7 #193

Workflow file for this run

on: ['push', 'pull_request']
name: Coveralls
jobs:
build:
name: Reporter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Build, and make test-coverage
run: |
npm ci
npm run build
JEST_MAX_WORKERS=3 npm run test:ci
- name: Coveralls
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949