Skip to content

build(deps): bump tslib from 2.3.1 to 2.6.2 #224

build(deps): bump tslib from 2.3.1 to 2.6.2

build(deps): bump tslib from 2.3.1 to 2.6.2 #224

Workflow file for this run

name: ci
on: pull_request
jobs:
unit-test:
name: unit-tests
runs-on: ubuntu-latest
steps:
- name: 'Checkout source code'
uses: actions/checkout@v4
- name: 'npm install'
run: npm ci --prefer-offline --no-audit --no-fund
- name: 'Test Client'
run: npm run test
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: 'Checkout source code'
uses: actions/checkout@v4
- name: 'npm install'
run: npm ci --prefer-offline --no-audit --no-fund
- name: 'Lint'
run: npm run lint
build:
name: build
runs-on: ubuntu-latest
steps:
- name: 'Checkout source code'
uses: actions/checkout@v4
- name: 'npm install'
run: npm ci --prefer-offline --no-audit --no-fund
- name: 'Build'
run: npm run build