Skip to content

[PB-5294]: chore/bump-version-and-fix-typescript-dependency #1

[PB-5294]: chore/bump-version-and-fix-typescript-dependency

[PB-5294]: chore/bump-version-and-fix-typescript-dependency #1

Workflow file for this run

name: Build Workflow
on:
pull_request:
types:
- opened
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
cache: yarn
- name: Install dependencies
run: yarn install
- name: Build package
run: yarn build