Skip to content

fix(deps): update dependency @hckrnews/ppt2pdf to v0.3.6 #113

fix(deps): update dependency @hckrnews/ppt2pdf to v0.3.6

fix(deps): update dependency @hckrnews/ppt2pdf to v0.3.6 #113

Workflow file for this run

name: Node Vulnerability Check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: npm vulnerabilities
run: |
npm ci
npm run vulnerabilities
env:
CI: true