Skip to content

Bump typescript from 5.3.3 to 5.7.2 #811

Bump typescript from 5.3.3 to 5.7.2

Bump typescript from 5.3.3 to 5.7.2 #811

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- 'main'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
permissions: write-all
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Run tests
run : |
yarn install
yarn test
env:
GITHUB_TOKEN: ${{ secrets.TEST_GITHUB_TOKEN }}
- name: Dump context
uses: crazy-max/[email protected]