mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
chore: 23 not ready for yarn
it fails with corepack and build
This commit is contained in:
parent
c5699fec53
commit
e753da3d41
2 changed files with 2 additions and 2 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, 23]
|
node_version: [18, 20, 21, 22]
|
||||||
uses: verdaccio/verdaccio/.github/workflows/yarn-ci.yml@master
|
uses: verdaccio/verdaccio/.github/workflows/yarn-ci.yml@master
|
||||||
with:
|
with:
|
||||||
node_version: ${{ matrix.node_version }}
|
node_version: ${{ matrix.node_version }}
|
||||||
|
|
2
.github/workflows/smoke-test-module.yml
vendored
2
.github/workflows/smoke-test-module.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
node_version: [18, 20, 21, 22, 23]
|
node_version: [18, 20, 21, 22]
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue