Skip to content

build(deps-dev): bump tslib from 2.6.2 to 2.8.1 #75

build(deps-dev): bump tslib from 2.6.2 to 2.8.1

build(deps-dev): bump tslib from 2.6.2 to 2.8.1 #75

Workflow file for this run

name: E2E Testing
on: [push]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: yarn
- name: Run linters
run: yarn lint
- name: Check build
run: yarn build
- name: e2e tests
run: yarn test:e2e