Skip to content

Bump systeminformation from 5.21.17 to 5.21.20 #365

Bump systeminformation from 5.21.17 to 5.21.20

Bump systeminformation from 5.21.17 to 5.21.20 #365

Workflow file for this run

name: CI-Test
on:
push:
branches:
- main
paths-ignore:
- '**.md'
- LICENSE
pull_request:
paths-ignore:
- '**.md'
- LICENSE
workflow_dispatch:
jobs:
CI-Test:
strategy:
matrix:
os-version: ['macos-latest', 'windows-latest', 'ubuntu-20.04']
runs-on: ${{ matrix.os-version }}
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Test
run: |
pnpm install
pnpm run lint
pnpm run test-cov
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}