diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14bc26490..515422529 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/.github/workflows/smoke-test-module.yml b/.github/workflows/smoke-test-module.yml index 20c1877a4..fb7d2cfc9 100644 --- a/.github/workflows/smoke-test-module.yml +++ b/.github/workflows/smoke-test-module.yml @@ -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: