Skip to content

fix: failed to read the 'localstorage' property from 'window': access… #104

fix: failed to read the 'localstorage' property from 'window': access…

fix: failed to read the 'localstorage' property from 'window': access… #104

Workflow file for this run

name: Snyk Security Check
on: [push,pull_request]
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}