From cde3a84263c54b7e3956158f4ae53e07280e8a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 21:47:32 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 2.1.5 to 3.2.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 3.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.5...v3.2.0) --- 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a67d080..1b7f0b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@main - name: Install dependencies - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v3.2.0 with: node-version: '16.x' - name: Install dependencies