From a690605f254c8fb79e9672dd1d9d836bcfbbdeaf Mon Sep 17 00:00:00 2001 From: Egor Chemokhonenko Date: Thu, 27 May 2021 15:46:37 +0300 Subject: [PATCH] Build on ubuntu-18.04 instead of ubuntu-latest --- .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 02a1667..e515bf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: node-version: [14.x] - os: [ubuntu-latest, macOS-latest, windows-2016] + os: [ubuntu-18.04, macOS-latest, windows-2016] steps: - name: Use Node.js ${{ matrix.node-version }}