File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,33 +12,33 @@ jobs:
1212 # with:
1313 # configFile: ./commitlint.config.cjs
1414 lint :
15- uses : vidavidorra/.github/.github/workflows/node-lint.yml@d7a49f65845bc8ed726978e1790d7dd13cc9c0cf # v4.2.1
15+ uses : vidavidorra/.github/.github/workflows/node-lint.yml@1c91d6f274ead11e6e2b6f7e1226e0f197655cc0 # v4.2.3
1616 build :
17- uses : vidavidorra/.github/.github/workflows/node-build.yml@d7a49f65845bc8ed726978e1790d7dd13cc9c0cf # v4.2.1
17+ uses : vidavidorra/.github/.github/workflows/node-build.yml@1c91d6f274ead11e6e2b6f7e1226e0f197655cc0 # v4.2.3
1818 strategy :
1919 fail-fast : false
2020 matrix :
2121 nodeVersion : [20, 21]
2222 with :
2323 nodeVersion : ${{ matrix.nodeVersion }}
2424 test :
25- uses : vidavidorra/.github/.github/workflows/node-test.yml@d7a49f65845bc8ed726978e1790d7dd13cc9c0cf # v4.2.1
25+ uses : vidavidorra/.github/.github/workflows/node-test.yml@1c91d6f274ead11e6e2b6f7e1226e0f197655cc0 # v4.2.3
2626 strategy :
2727 fail-fast : false
2828 matrix :
2929 nodeVersion : [20, 21]
3030 with :
3131 nodeVersion : ${{ matrix.nodeVersion }}
3232 code-coverage :
33- uses : vidavidorra/.github/.github/workflows/node-test-coverage.yml@d7a49f65845bc8ed726978e1790d7dd13cc9c0cf # v4.2.1
33+ uses : vidavidorra/.github/.github/workflows/node-test-coverage.yml@1c91d6f274ead11e6e2b6f7e1226e0f197655cc0 # v4.2.3
3434 needs :
3535 - lint
3636 - build
3737 - test
3838 secrets :
3939 codecovToken : ${{ secrets.CODECOV_TOKEN }}
4040 release :
41- uses : vidavidorra/.github/.github/workflows/release.yml@d7a49f65845bc8ed726978e1790d7dd13cc9c0cf # v4.2.1
41+ uses : vidavidorra/.github/.github/workflows/release.yml@1c91d6f274ead11e6e2b6f7e1226e0f197655cc0 # v4.2.3
4242 needs :
4343 # - lint-commit-messages
4444 - lint
You can’t perform that action at this time.
0 commit comments