From 1f2bc29351b250392ffdbf77fddbab49b52e1329 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 17:32:02 +0100 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 (#184) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/npm-lint-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-lint-and-test.yml b/.github/workflows/npm-lint-and-test.yml index 0596358..9d0d31a 100644 --- a/.github/workflows/npm-lint-and-test.yml +++ b/.github/workflows/npm-lint-and-test.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 16 - uses: bahmutov/npm-install@v1 # For improved caching of NPM/Yarn