From 5e54905f05bc398b4aebdbefeb766c42664866b3 Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Fri, 7 Apr 2023 00:07:23 +0200 Subject: [PATCH] Revert "Drop node.js 14" This reverts commit 0dcf1ed53fa20f7eb4585e6e3813fa8d97aefae5. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54b52d7..ba4f5b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: strategy: matrix: node: + - '14' - '16' steps: - uses: actions/checkout@v2