build(deps): bump actions/setup-node from 2 to 4 (#26927)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-02-01 08:06:48 -07:00
committed by GitHub
parent 83acac3e43
commit 032af5a069
12 changed files with 12 additions and 12 deletions

View File

@@ -31,7 +31,7 @@ jobs:
run: ./scripts/ci_check_no_file_changes.sh frontend
- name: Setup Node.js
if: steps.check.outcome == 'failure'
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16"
- name: Install dependencies