ci: remove node v18 since next-auth doesn't support it

This commit is contained in:
Sean Norwood 2022-04-23 17:58:27 +00:00
parent 8c294cec4d
commit 2734edcac5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: 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/ # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: steps: