|
8 | 8 | pull_request: null
|
9 | 9 | jobs:
|
10 | 10 | lint-commit-messages:
|
11 | | - uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@c3fbb84bbdf9460719f867a2fb9cdb0b9e4106d9 # v5.0.39 |
| 11 | + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@406459d6044da68eb7f6a80ebc78369b66eeb226 # v5.0.40 |
12 | 12 | lint:
|
13 | | - uses: vidavidorra/.github/.github/workflows/node-lint.yml@c3fbb84bbdf9460719f867a2fb9cdb0b9e4106d9 # v5.0.39 |
| 13 | + uses: vidavidorra/.github/.github/workflows/node-lint.yml@406459d6044da68eb7f6a80ebc78369b66eeb226 # v5.0.40 |
14 | 14 | build:
|
15 | | - uses: vidavidorra/.github/.github/workflows/node-build.yml@c3fbb84bbdf9460719f867a2fb9cdb0b9e4106d9 # v5.0.39 |
| 15 | + uses: vidavidorra/.github/.github/workflows/node-build.yml@406459d6044da68eb7f6a80ebc78369b66eeb226 # v5.0.40 |
16 | 16 | strategy:
|
17 | 17 | fail-fast: false
|
18 | 18 | matrix:
|
19 | 19 | nodeVersion: [20, 22, 23]
|
20 | 20 | with:
|
21 | 21 | nodeVersion: ${{ matrix.nodeVersion }}
|
22 | 22 | test:
|
23 | | - uses: vidavidorra/.github/.github/workflows/node-test.yml@c3fbb84bbdf9460719f867a2fb9cdb0b9e4106d9 # v5.0.39 |
| 23 | + uses: vidavidorra/.github/.github/workflows/node-test.yml@406459d6044da68eb7f6a80ebc78369b66eeb226 # v5.0.40 |
24 | 24 | strategy:
|
25 | 25 | fail-fast: false
|
26 | 26 | matrix:
|
27 | 27 | nodeVersion: [20, 22, 23]
|
28 | 28 | with:
|
29 | 29 | nodeVersion: ${{ matrix.nodeVersion }}
|
30 | 30 | code-coverage:
|
31 | | - uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@c3fbb84bbdf9460719f867a2fb9cdb0b9e4106d9 # v5.0.39 |
| 31 | + uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@406459d6044da68eb7f6a80ebc78369b66eeb226 # v5.0.40 |
32 | 32 | needs:
|
33 | 33 | - lint
|
34 | 34 | - build
|
35 | 35 | - test
|
36 | 36 | secrets:
|
37 | 37 | codecovToken: ${{ secrets.CODECOV_TOKEN }}
|
38 | 38 | release:
|
39 | | - uses: vidavidorra/.github/.github/workflows/release.yml@c3fbb84bbdf9460719f867a2fb9cdb0b9e4106d9 # v5.0.39 |
| 39 | + uses: vidavidorra/.github/.github/workflows/release.yml@406459d6044da68eb7f6a80ebc78369b66eeb226 # v5.0.40 |
40 | 40 | needs:
|
41 | 41 | - lint-commit-messages
|
42 | 42 | - lint
|
|
0 commit comments