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

chore: add node 21 testing

This commit is contained in:
Juan Picado 2023-10-28 09:39:24 +02:00
parent e174e8c554
commit 6cc94f5548

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: [18, 20]
node_version: [18, 20, 21]
runs-on: ubuntu-latest