From 00eaffc81fb8e2be6b4aedabc349e561dc92c283 Mon Sep 17 00:00:00 2001 From: Mishig Davaadorj Date: Tue, 1 Mar 2022 18:37:57 +0100 Subject: [PATCH] Bump up doc node version to 16 (#15874) --- .github/workflows/build_dev_documentation.yml | 2 +- .github/workflows/build_documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_dev_documentation.yml b/.github/workflows/build_dev_documentation.yml index 57f7a7575a..084c647a86 100644 --- a/.github/workflows/build_dev_documentation.yml +++ b/.github/workflows/build_dev_documentation.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '16' - name: Set env run: echo "WRITE=$(cat /mnt/WRITE)" >> $GITHUB_ENV diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 97bc477b3b..0603085cd0 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '16' - uses: actions/checkout@v2 with: