Skip to content

πŸš‘ fix: update version to 1.3.2 in package.json #17

πŸš‘ fix: update version to 1.3.2 in package.json

πŸš‘ fix: update version to 1.3.2 in package.json #17

Workflow file for this run

name: Snyk Security Check
on: pull_request
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 }}