Skip to content

Merge pull request #837 from xt0rted/dependabot/npm_and_yarn/types/no… #1744

Merge pull request #837 from xt0rted/dependabot/npm_and_yarn/types/no…

Merge pull request #837 from xt0rted/dependabot/npm_and_yarn/types/no… #1744

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
FORCE_COLOR: 3
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node:
- 16
- 18
steps:
- name: Checkout Repo
uses: actions/[email protected]
- name: Install Node
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run build
- run: npm test
- name: Upload Test Coverage
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/clover.xml
flags: unittests