Removed old node versions for CI.

App should run on 14+. Ideally 16.x.
This commit is contained in:
Lucid Kobold
2021-08-12 16:42:21 -05:00
committed by GitHub
parent 443564afb7
commit 1fa9a67aeb

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2