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

chore: reduce to node 10

This commit is contained in:
Juan Picado 2021-05-22 08:02:55 +02:00
parent 2d13816254
commit e9068fbc8b

View file

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