From 8f345ba4e4768cc247393680f6c2bc760a5871b1 Mon Sep 17 00:00:00 2001 From: Daniel Waxweiler Date: Wed, 5 May 2021 12:43:29 +0200 Subject: [PATCH] use Node 14.x only --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index feaa19d..1d9ac03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [14.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: