Skip to content

Update dependency typescript to v6 - autoclosed #70

Update dependency typescript to v6 - autoclosed

Update dependency typescript to v6 - autoclosed #70

Workflow file for this run

name: Pull request workflow
permissions:
contents: read
on:
pull_request:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
cancel-in-progress: true
jobs:
test-pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
- run: yarn
- run: npm test