fix(node): missed one bump from node 16 to 18. (#27955)

This commit is contained in:
Evan Rusackas 2024-04-09 15:44:33 -06:00 committed by GitHub
parent 93b83febc2
commit a5e65d572a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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