1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00

chore: test on node 16

This commit is contained in:
Juan Picado 2021-04-21 21:44:12 +02:00
parent 6a1cdeaec4
commit aae3e4356b

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