Skip to content

build(deps-dev): bump typescript from 5.1.6 to 5.3.2 #175

build(deps-dev): bump typescript from 5.1.6 to 5.3.2

build(deps-dev): bump typescript from 5.1.6 to 5.3.2 #175

Workflow file for this run

name: NodeJS Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build with Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
- run: npm ci
- run: npm run build --if-present
- run: npm test