build(node): Bumping to Node 20 (#29988)

This commit is contained in:
Evan Rusackas
2024-08-21 16:48:21 -06:00
committed by GitHub
parent 1ca5947a7d
commit 8e2f81816f
18 changed files with 20 additions and 20 deletions

View File

@@ -33,7 +33,7 @@ jobs:
if: steps.check.outputs.frontend
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
- name: Install dependencies
if: steps.check.outputs.frontend
uses: ./.github/actions/cached-dependencies