From 34d8d3169d08f35132a381c61717c5946e218d46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 18:59:28 +0000 Subject: [PATCH] Update node Docker tag to v15.14 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 429970b0..71de5459 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: node:15.4-buster + image: node:15.14-buster timeout-minutes: 3 steps: - name: Checkout diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a12864f1..b7cade8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: release: runs-on: ubuntu-latest container: - image: node:15.4-buster + image: node:15.14-buster timeout-minutes: 10 steps: - name: Checkout