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

@@ -80,7 +80,7 @@ jobs:
with:
run: testdata
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Install npm dependencies