Skip to content

chore(deps): bump node-forge from 1.3.1 to 1.3.2 in /docs #1338

chore(deps): bump node-forge from 1.3.1 to 1.3.2 in /docs

chore(deps): bump node-forge from 1.3.1 to 1.3.2 in /docs #1338

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v5
with:
node-version: lts/*
- name: Build Docs
run: |
cd docs
yarn install
yarn build