Skip to content

[NPM] Bump typescript from 5.5.3 to 5.6.2 #58

[NPM] Bump typescript from 5.5.3 to 5.6.2

[NPM] Bump typescript from 5.5.3 to 5.6.2 #58

Workflow file for this run

---
name: Run tests
on:
pull_request:
jobs:
test:
name: Build & Test
uses: ./.github/workflows/build-and-test.workflow.yml
validate-docker:
name: Validate Docker Build
uses: ./.github/workflows/docker.workflow.yml
strategy:
matrix:
platform:
- linux/amd64
- linux/arm/v6
- linux/arm/v7
- linux/arm64
secrets: inherit
with:
platforms: ${{ matrix.platform }}
push: false