Skip to content

build(deps-dev): bump typescript-eslint from 8.0.0-alpha.30 to 8.7.0 #182

build(deps-dev): bump typescript-eslint from 8.0.0-alpha.30 to 8.7.0

build(deps-dev): bump typescript-eslint from 8.0.0-alpha.30 to 8.7.0 #182

Workflow file for this run

name: Build
on: [push]
jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install dependencies
run: npm install --no-optional
- run: xvfb-run -a npm test
if: runner.os == 'Linux'
- run: npm test
if: runner.os != 'Linux'
- name: Adjust coverage results
run: npm run sed
if: runner.os == 'Linux'
- name: Coveralls
if: runner.os == 'Linux'
uses: coverallsapp/[email protected]
with:
github-token: ${{ github.token }}
file: ./out/coverage/lcov.info