From 45aa8a3a9671ed0fe60ee44570eaa04364f1203b Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 4 May 2022 23:33:21 +0200 Subject: [PATCH] Use Node.js 14.19.2 --- .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 12c257515..2542e66d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: fail-fast: false matrix: node: - - 16 + - "14.19.2" platform: - ubuntu-latest - macos-latest