From 889c7c232500745e6e389454020a9432f6c0f801 Mon Sep 17 00:00:00 2001 From: Landon Gavin Date: Tue, 25 Jul 2023 12:23:17 -0400 Subject: [PATCH] major: drop node 14 support --- .github/workflows/main.yml | 4 ++-- Repofile | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 383bf2c..1aa2052 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node: [14, 16] + node: [16, 18] steps: - name: ⬇️ Checkout repo uses: actions/checkout@v3 @@ -48,7 +48,7 @@ jobs: - name: ⎔ Setup node uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 18 # cache requires lockfile # cache: "npm" diff --git a/Repofile b/Repofile index 351b9db..49b8615 100644 --- a/Repofile +++ b/Repofile @@ -3,5 +3,7 @@ "sre" ], "checks": [ + "npm test (16)", + "npm test (18)" ] }