From 8e01b7e8210e1aabe0f1d8a06301adb61b46c135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 19:36:23 +0000 Subject: [PATCH] Bump actions/setup-node from 2.5.1 to 3.5.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.5.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/1f8c6b94b26d0feae1e387ca63ccbdc44d27b561...969bd2663942d722d85b6a8626225850c2f7be4b) --- 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 187ed6c07..8e8be7678 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,6 +8,6 @@ jobs: - name: Checkout uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Setup Node - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 + uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b - run: npm ci --ignore-scripts - run: npm run lint --silent