From ea23a3de612236c15642b125e64b91c787824497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Nov 2022 00:08:04 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 1 to 3 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 397c98d72bc74..4681f55822657 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -252,7 +252,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Setup NodeJS - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: '12.18.4' - name: Restore node dependency cache