Skip to content

⬆️ Bump typescript from 5.2.2 to 5.3.2 #37

⬆️ Bump typescript from 5.2.2 to 5.3.2

⬆️ Bump typescript from 5.2.2 to 5.3.2 #37

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- run: npm ci
- name: Build
run: npm run build