From 6f0a1fdd90d4bd17eb8da9babd791acb93b86c70 Mon Sep 17 00:00:00 2001
From: Tatyana Kostromskaya <32135588+takost@users.noreply.github.com>
Date: Thu, 14 Dec 2023 15:30:15 +0000
Subject: [PATCH] Update check-dist node version

---
 .github/workflows/check-dist.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml
index c952291..62d4a32 100644
--- a/.github/workflows/check-dist.yml
+++ b/.github/workflows/check-dist.yml
@@ -15,3 +15,5 @@ jobs:
   call-check-dist:
     name: Check dist/
     uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
+    with:
+      node-version: "20.x"