File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
pull_request : null
9
9
jobs :
10
10
lint-commit-messages :
11
- uses : vidavidorra/.github/.github/workflows/lint-commit-messages.yml@3a415d7438e0ffab3441b52eef7b7226afcb88e2 # v4.2.34
11
+ uses : vidavidorra/.github/.github/workflows/lint-commit-messages.yml@a32254e0e92f45cc40395ef47789f40430512d22 # v4.2.35
12
12
with :
13
13
configFile : ./commitlint.config.cjs
14
14
lint :
15
- uses : vidavidorra/.github/.github/workflows/node-lint.yml@3a415d7438e0ffab3441b52eef7b7226afcb88e2 # v4.2.34
15
+ uses : vidavidorra/.github/.github/workflows/node-lint.yml@a32254e0e92f45cc40395ef47789f40430512d22 # v4.2.35
16
16
build :
17
- uses : vidavidorra/.github/.github/workflows/node-build.yml@3a415d7438e0ffab3441b52eef7b7226afcb88e2 # v4.2.34
17
+ uses : vidavidorra/.github/.github/workflows/node-build.yml@a32254e0e92f45cc40395ef47789f40430512d22 # v4.2.35
18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
21
nodeVersion : [20, 21]
22
22
with :
23
23
nodeVersion : ${{ matrix.nodeVersion }}
24
24
test :
25
- uses : vidavidorra/.github/.github/workflows/node-test.yml@3a415d7438e0ffab3441b52eef7b7226afcb88e2 # v4.2.34
25
+ uses : vidavidorra/.github/.github/workflows/node-test.yml@a32254e0e92f45cc40395ef47789f40430512d22 # v4.2.35
26
26
strategy :
27
27
fail-fast : false
28
28
matrix :
29
29
nodeVersion : [20, 21]
30
30
with :
31
31
nodeVersion : ${{ matrix.nodeVersion }}
32
32
code-coverage :
33
- uses : vidavidorra/.github/.github/workflows/node-test-coverage.yml@3a415d7438e0ffab3441b52eef7b7226afcb88e2 # v4.2.34
33
+ uses : vidavidorra/.github/.github/workflows/node-test-coverage.yml@a32254e0e92f45cc40395ef47789f40430512d22 # v4.2.35
34
34
needs :
35
35
- lint
36
36
- build
37
37
- test
38
38
secrets :
39
39
codecovToken : ${{ secrets.CODECOV_TOKEN }}
40
40
release :
41
- uses : vidavidorra/.github/.github/workflows/release.yml@3a415d7438e0ffab3441b52eef7b7226afcb88e2 # v4.2.34
41
+ uses : vidavidorra/.github/.github/workflows/release.yml@a32254e0e92f45cc40395ef47789f40430512d22 # v4.2.35
42
42
needs :
43
43
- lint-commit-messages
44
44
- lint
You can’t perform that action at this time.
0 commit comments