Skip to content

chore(deps): bump typescript from 5.3.3 to 5.6.2 #1250

chore(deps): bump typescript from 5.3.3 to 5.6.2

chore(deps): bump typescript from 5.3.3 to 5.6.2 #1250

name: "Run tests"
on:
pull_request:
branches:
- "main"
workflow_dispatch:
permissions:
contents: read
jobs:
run_tests:
name: Run integration tests
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "20.x"
- name: Activate corepack
run: |
corepack install
corepack enable
- name: Install dependencies
run: yarn --immutable
- name: Run tests
run: yarn test