From 9c5104602fdd8f08753126fad651841128934c6a Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Tue, 2 Nov 2021 17:27:31 +0530 Subject: [PATCH] chore(actions): bump Node.js to v16 in codesee workflow (#44094) --- .github/workflows/codesee-arch-diagram.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codesee-arch-diagram.yml b/.github/workflows/codesee-arch-diagram.yml index 37ee377b81..33f377ae58 100644 --- a/.github/workflows/codesee-arch-diagram.yml +++ b/.github/workflows/codesee-arch-diagram.yml @@ -36,11 +36,11 @@ jobs: # CodeSee Maps Go support uses a static binary so there's no setup step required. - - name: Configure Node.js 14 + - name: Configure Node.js 16 uses: actions/setup-node@v2 if: ${{ fromJSON(steps.detect-languages.outputs.languages).javascript }} with: - node-version: '14' + node-version: '16' cache: npm - name: Configure Python 3.x