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

chore: enable node 23 ci

This commit is contained in:
Juan Picado 2024-10-16 20:17:32 +02:00
parent 96f73655eb
commit 700e83f213

View file

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
node_version: [18, 20, 21, 22] node_version: [18, 20, 21, 22, 23]
uses: verdaccio/verdaccio/.github/workflows/yarn-ci.yml@ci-refactor uses: verdaccio/verdaccio/.github/workflows/yarn-ci.yml@ci-refactor
with: with:
node_version: ${{ matrix.node_version }} node_version: ${{ matrix.node_version }}