From 868954a72c06ff2210b35e1e75571f4ec3357c43 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 8 Feb 2021 13:49:04 -0800 Subject: [fix] node v10.0 lacks `fs.promises` In this node version, fall back to `util.promisify` of the callback version. Maybe fixes https://github.com/npm/cli/issues/2623. Maybe fixes https://github.com/npm/cli/issues/2652. Maybe fixes https://github.com/npm/cli/issues/2625. PR-URL: https://github.com/npm/cli/pull/2654 Credit: @ljharb Close: #2654 Reviewed-by: @wraithgar, @ruyadorno --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 939f295e9..851b3fdcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [10.x, 12.x, 14.x] + node-version: ['10.1', 10.x, '12.1', 12.x, '14.1', 14.x] platform: - os: ubuntu-latest shell: bash -- cgit v1.2.3