Remove node 15.x from CI

This commit is contained in:
AkiraFukushima 2022-01-02 00:59:27 +09:00
parent 2dcd11d2e4
commit bd9ed71aa4
No known key found for this signature in database
GPG key ID: B6E51BAC4DE1A957

View file

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x]
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2