From 31fe63b1939fb9e6108b4cceab223844f9affcd6 Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:22:08 +0200 Subject: [PATCH 1/2] bump node 12.22.6 to 12.22.7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c30f83f9d9..ddcec7d03f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: matrix: include: - name: Node 12 - NODE_VERSION: 12.22.6 + NODE_VERSION: 12.22.7 - name: Node 14 NODE_VERSION: 14.18.0 - name: Node 16 From a2b42d8fdad4f5b83566d406cdc00ecd02a2f41e Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:22:37 +0200 Subject: [PATCH 2/2] bump node 14.18.0 to 14.18.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddcec7d03f..65f3c6c801 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: - name: Node 12 NODE_VERSION: 12.22.7 - name: Node 14 - NODE_VERSION: 14.18.0 + NODE_VERSION: 14.18.1 - name: Node 16 NODE_VERSION: 16.10.0 fail-fast: false