Skip to content

build(deps-dev): bump typescript from 5.4.4 to 5.4.5 #448

build(deps-dev): bump typescript from 5.4.4 to 5.4.5

build(deps-dev): bump typescript from 5.4.4 to 5.4.5 #448

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 20]
name: Node ${{ matrix.node }}
steps:
- name: Setup repo
uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm audit --only=prod --audit-level=high
- run: npm run lint
- run: npm run build
- run: npm run cover