Skip to content

[Snyk] Upgrade @types/node from 20.14.6 to 20.14.9 #114

[Snyk] Upgrade @types/node from 20.14.6 to 20.14.9

[Snyk] Upgrade @types/node from 20.14.6 to 20.14.9 #114

Workflow file for this run

name: Snyk Scan
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
branches:
- master
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Snyk Scan
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor