Skip to content

Update dependency tslib to v2.6.2 - autoclosed #654

Update dependency tslib to v2.6.2 - autoclosed

Update dependency tslib to v2.6.2 - autoclosed #654

Workflow file for this run

name: Tests
on:
pull_request:
paths:
- '**'
jobs:
build:
name: Tests
runs-on: ubuntu-latest
steps:
- name: 🌐 Checkout Repository
uses: actions/checkout@v4
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- name: 🧑‍💻 Setup env
uses: jycouet/jycouet/shared-config/setup@main
# with:
# nodeVersion: 18
- name: 🚧 Build Packages
run: pnpm run build
- name: 🧹 Prettier Check
run: pnpm run lint
- name: 👌 Run Tests
run: pnpm run test