Skip to content

chore(deps): update dependency typescript to v5.4.4 #32

chore(deps): update dependency typescript to v5.4.4

chore(deps): update dependency typescript to v5.4.4 #32

Workflow file for this run

name: Package Audit
on:
push:
branches:
- '**'
paths:
- package.json
- package-lock.json
- .github/workflows/package-audit.yml
workflow_dispatch:
permissions:
contents: read
jobs:
audit-npm:
name: NPM Audit
runs-on: ubuntu-latest
steps:
- name: Audit with NPM
uses: myrotvorets/composite-actions/node-package-audit@master