1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

build: test on node 15 (#1969)

This commit is contained in:
Juan Picado 2020-10-20 09:37:08 -07:00 committed by GitHub
parent e7dae2ae1c
commit 190dd497d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: [10, 12, 13, 14]
node_version: [10, 12, 13, 14, 15]
runs-on: ubuntu-latest