From 1a2ee8d6b093d8ef3e41f338856a1e788e6200b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 13:16:13 +0000 Subject: [PATCH] Update Node.js to v10.22 --- .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