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: