CI: upgrade NodeJS (10.x → 14.x)

NodeJS 10 is reaching end of life soon (30 April 2021), it's time to move
to the active LTS version: NodeJS 14.

https://nodejs.org/en/about/releases/
This commit is contained in:
vimux 2021-04-03 12:57:58 -04:00
parent 0bb97fdb9d
commit ac6004e5ad
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34

View file

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node:
- '10.x'
- '14.x'
steps:
- uses: actions/checkout@v2