From e1b31ad0e3614b46f35f0748c81a02318938e97e Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 31 May 2021 14:21:11 -0400 Subject: [PATCH] chore: Use default Apline version from docker-node --- .github/workflows/alpine.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 6e3d58667..fda50cfce 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -22,13 +22,13 @@ jobs: include: - node: 12 - alpine: "3.9" + alpine: "3.11" - node: 14 - alpine: "3.10" + alpine: "3.11" - node: 15 - alpine: "3.10" - - node: 16 alpine: "3.11" + - node: 16 + alpine: "3.13" steps: - name: Install Alpine build tools