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:
parent
96f73655eb
commit
700e83f213
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue