From 9d4e1e1774f2ee6b034905f8ac6066e3c92d07b6 Mon Sep 17 00:00:00 2001 From: akastercomcom Date: Fri, 22 Sep 2023 13:51:57 +0900 Subject: [PATCH] Update docs.yml --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4c0bce8..707674a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -11,7 +11,7 @@ jobs: fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - uses: actions/setup-node@v3 with: - node-version: 14 # typedoc require node version >= 14.14 + node-version: 16 # typedoc require node version >= 14.14 - name: Build Docs run: yarn && yarn docs - name: Deploy