Skip to content

Update typescript requirement from ^5.5.2 to ^5.6.2 in /test in the typescript group #2693

Update typescript requirement from ^5.5.2 to ^5.6.2 in /test in the typescript group

Update typescript requirement from ^5.5.2 to ^5.6.2 in /test in the typescript group #2693

Workflow file for this run

name: build
on:
push:
paths:
- 'packages/{core,fetcher,sdk}/src/**'
- 'packages/{core,fetcher,sdk}/package.json'
- 'test/**'
- 'test/package.json'
pull_request:
paths:
- 'packages/*/src/**'
- 'packages/*/package.json'
- 'test/**'
- 'test/package.json'
jobs:
Ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: test
working-directory: ./test
run: npm start