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

chore: 23 not ready for yarn

it fails with corepack and build
This commit is contained in:
Juan Picado 2024-10-16 20:25:01 +02:00
parent c5699fec53
commit e753da3d41
2 changed files with 2 additions and 2 deletions

View file

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

View file

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