|
8 | 8 | pull_request: null
|
9 | 9 | jobs:
|
10 | 10 | lint-commit-messages:
|
11 | | - uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@2de0b64ac3f62bc2da0bcdc8e5d0fffa2b6437ff # v5.0.72 |
| 11 | + uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@721c6fb47361aa5f2cdf705522362058180c599b # v6.0.1 |
12 | 12 | lint:
|
13 | | - uses: vidavidorra/.github/.github/workflows/node-lint.yml@2de0b64ac3f62bc2da0bcdc8e5d0fffa2b6437ff # v5.0.72 |
| 13 | + uses: vidavidorra/.github/.github/workflows/node-lint.yml@721c6fb47361aa5f2cdf705522362058180c599b # v6.0.1 |
14 | 14 | build:
|
15 | | - uses: vidavidorra/.github/.github/workflows/node-build.yml@2de0b64ac3f62bc2da0bcdc8e5d0fffa2b6437ff # v5.0.72 |
| 15 | + uses: vidavidorra/.github/.github/workflows/node-build.yml@721c6fb47361aa5f2cdf705522362058180c599b # v6.0.1 |
16 | 16 | strategy:
|
17 | 17 | fail-fast: false
|
18 | 18 | matrix:
|
19 | 19 | nodeVersion: [20, 22, 24]
|
20 | 20 | with:
|
21 | 21 | nodeVersion: ${{ matrix.nodeVersion }}
|
22 | 22 | test:
|
23 | | - uses: vidavidorra/.github/.github/workflows/node-test.yml@2de0b64ac3f62bc2da0bcdc8e5d0fffa2b6437ff # v5.0.72 |
| 23 | + uses: vidavidorra/.github/.github/workflows/node-test.yml@721c6fb47361aa5f2cdf705522362058180c599b # v6.0.1 |
24 | 24 | strategy:
|
25 | 25 | fail-fast: false
|
26 | 26 | matrix:
|
27 | 27 | nodeVersion: [20, 22, 24]
|
28 | 28 | with:
|
29 | 29 | nodeVersion: ${{ matrix.nodeVersion }}
|
30 | 30 | code-coverage:
|
31 | | - uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@2de0b64ac3f62bc2da0bcdc8e5d0fffa2b6437ff # v5.0.72 |
| 31 | + uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@721c6fb47361aa5f2cdf705522362058180c599b # v6.0.1 |
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@2de0b64ac3f62bc2da0bcdc8e5d0fffa2b6437ff # v5.0.72 |
| 39 | + uses: vidavidorra/.github/.github/workflows/release.yml@721c6fb47361aa5f2cdf705522362058180c599b # v6.0.1 |
40 | 40 | needs:
|
41 | 41 | - lint-commit-messages
|
42 | 42 | - lint
|
|
0 commit comments