Skip to content

Bump systeminformation from 5.9.15 to 5.21.8 in /ui-tests-ipw7 #824

Bump systeminformation from 5.9.15 to 5.21.8 in /ui-tests-ipw7

Bump systeminformation from 5.9.15 to 5.21.8 in /ui-tests-ipw7 #824

Workflow file for this run

name: jest
on: [push, pull_request]
concurrency:
group: jest-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn set version stable
- run: yarn install
- run: yarn run test