From 2734edcac5235ea93350639752ecafd9730971e2 Mon Sep 17 00:00:00 2001 From: Sean Norwood Date: Sat, 23 Apr 2022 17:58:27 +0000 Subject: [PATCH] ci: remove node v18 since next-auth doesn't support it --- .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 12ae1dc..58b8433 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [14.x, 16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: