fix(node): missed one bump from node 16 to 18. (#27955)
This commit is contained in:
parent
93b83febc2
commit
a5e65d572a
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
if: steps.check.outputs.python || steps.check.outputs.frontend
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "16"
|
||||
node-version: "18"
|
||||
- name: Install npm dependencies
|
||||
if: steps.check.outputs.python || steps.check.outputs.frontend
|
||||
uses: ./.github/actions/cached-dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue