mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: fix ci settings
This commit is contained in:
parent
700e83f213
commit
c5699fec53
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -14,6 +14,6 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
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@master
|
||||
with:
|
||||
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:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node_version: [18, 20, 21, 22]
|
||||
node_version: [18, 20, 21, 22, 23]
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue