Skip to content

Bump systeminformation from 5.17.9 to 5.21.8 #105

Bump systeminformation from 5.17.9 to 5.21.8

Bump systeminformation from 5.17.9 to 5.21.8 #105

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- name: NPM install
run: npm ci
- name: Build
run: npm run build
- name: Install playwright browsers
run: npx playwright install-deps
- name: Test
run: npm test