mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-12-03 17:00:19 +00:00
ci: remove node v18 since next-auth doesn't support it
This commit is contained in:
parent
8c294cec4d
commit
2734edcac5
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user