Skip to content

chore(deps): bump typescript from 5.5.2 to 5.5.3 #1006

chore(deps): bump typescript from 5.5.2 to 5.5.3

chore(deps): bump typescript from 5.5.2 to 5.5.3 #1006

Workflow file for this run

name: Builds, tests & co
on:
- push
- pull_request
permissions: read-all
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v4
- name: Set-up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
check-latest: true
- run: yarn install --immutable
- run: yarn format:check
- run: yarn build
- run: yarn test