From 35511f67ad5a9ccb60b2771784e4845cc73b0db3 Mon Sep 17 00:00:00 2001 From: Yurii Shynbuiev Date: Tue, 9 Jul 2024 16:00:22 +0700 Subject: [PATCH 1/2] feat: update supported standards list (test release) Signed-off-by: Yurii Shynbuiev --- documentation/docs/getting-started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/docs/getting-started.md b/documentation/docs/getting-started.md index 595c01df3..5e2572128 100644 --- a/documentation/docs/getting-started.md +++ b/documentation/docs/getting-started.md @@ -19,4 +19,5 @@ The documentation herein will explain the following: * DIDComm v2 * W3C VC-JWT * Hyperledger Anoncreds +* SD-JWT From d8b4becd25222a3704d3b0ad0502e763dae87412 Mon Sep 17 00:00:00 2001 From: Yurii Shynbuiev Date: Tue, 9 Jul 2024 16:03:48 +0700 Subject: [PATCH 2/2] ci: update node in the build-docs.yml workflow Signed-off-by: Yurii Shynbuiev --- .github/workflows/build-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index a63e94ddf..1434baca6 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -30,7 +30,7 @@ jobs: git submodule update --remote --recursive - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: "lts/*" - name: Install dependencies run: yarn install - name: Build website