From 91242ce61f5032f14631e0736f455508a61b9f84 Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 26 Aug 2022 17:58:15 +0530 Subject: [PATCH] [ci] Dropped support for Node v16 --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 2980050..4c42c08 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -4,7 +4,7 @@ jobs: tests: strategy: matrix: - node: ["18", "16", "14"] + node: ["18", "16"] name: Run NPM Stuff runs-on: ubuntu-latest steps: