0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore: add node 19 to ci (#3450)

This commit is contained in:
Juan Picado 2022-10-18 21:34:36 +02:00 committed by GitHub
parent b3b44f6317
commit 829173e3d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: [12, 14, 15, 16, 17, 18]
node_version: [12, 14, 15, 16, 17, 18, 19]
runs-on: ubuntu-latest