Skip to content

readme: NodeJS -> Node.js #24

readme: NodeJS -> Node.js

readme: NodeJS -> Node.js #24

Workflow file for this run

name: Example workflow using Snyk
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}