Skip to content

chore: bump typescript from 5.6.2 to 5.6.3 (#439) #245

chore: bump typescript from 5.6.2 to 5.6.3 (#439)

chore: bump typescript from 5.6.2 to 5.6.3 (#439) #245

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
qa:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm install
- name: Build
run: |
npm run build