chore(actions): bump Node.js to v16 in codesee workflow (#44094)
This commit is contained in:
committed by
GitHub
parent
f84d6078fd
commit
9c5104602f
4
.github/workflows/codesee-arch-diagram.yml
vendored
4
.github/workflows/codesee-arch-diagram.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user