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

It's time to move to the active LTS version: NodeJS 20.
This commit is contained in:
vimux 2023-11-03 13:39:12 -04:00
parent 155248795b
commit 842f4fc9c5
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34

View file

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