chore(actions): bump Node.js to v16 in codesee workflow (#44094)

This commit is contained in:
Mrugesh Mohapatra
2021-11-02 17:27:31 +05:30
committed by GitHub
parent f84d6078fd
commit 9c5104602f

View File

@@ -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