From 9248435e34586a5fad4579bbf40f2ef99a019b0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 22:10:28 +0000 Subject: [PATCH] Bump actions/setup-node from 2.1.2 to 3.2.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.2 to 3.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.2...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/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 2536a0e..e5ad7f5 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -12,7 +12,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: 3.6 - - uses: actions/setup-node@v2.1.2 + - uses: actions/setup-node@v3.2.0 with: node-version: "12.x" registry-url: "https://registry.npmjs.org"