Skip to content

Bump typescript from 5.7.3 to 5.8.2 #131

Bump typescript from 5.7.3 to 5.8.2

Bump typescript from 5.7.3 to 5.8.2 #131

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request_target:
branches: [main]
types: [opened, reopened, synchronize]
jobs:
build:
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 build
run: |
npm ci
npm run build