Skip to content

Bump typescript from 5.7.3 to 5.8.2 #133

Bump typescript from 5.7.3 to 5.8.2

Bump typescript from 5.7.3 to 5.8.2 #133

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request_target:
branches: [main]
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Run tests
run: |
npm ci
npm run build
npm run test