CI: use Node v16 instead of v15

This commit is contained in:
larabr 2021-12-01 17:40:33 +01:00 committed by GitHub
parent 6fc005f19c
commit d6139daa79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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