Skip to content

Bump typescript from 5.4.5 to 5.6.3 #333

Bump typescript from 5.4.5 to 5.6.3

Bump typescript from 5.4.5 to 5.6.3 #333

Workflow file for this run

name: Linting
# Run on PRs only
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Lint
run: npm ci && npx eslint .
- name: Build
run: npm run build