From 1829f6207319a977e2070880a42e96722441eff5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 18:57:49 +0530 Subject: [PATCH] Update Node.js to v10.22 (#103) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 58da210..8f2e156 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -10,7 +10,7 @@ on: jobs: container-job: runs-on: ubuntu-latest - container: node:10.18-jessie + container: node:10.22-jessie services: redis: image: redis