Skip to content

chore(deps): update commitlint monorepo to v20.3.1 #1215

chore(deps): update commitlint monorepo to v20.3.1

chore(deps): update commitlint monorepo to v20.3.1 #1215

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
- beta
- renovate/**
pull_request: null
permissions:
contents: write
id-token: write
issues: write
pull-requests: write
jobs:
lint-commit-messages:
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@9a013e3a3639eba103f7d2b03a8bf1aebec0c21d # v8.0.17
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@9a013e3a3639eba103f7d2b03a8bf1aebec0c21d # v8.0.17
build:
uses: vidavidorra/.github/.github/workflows/node-build.yml@9a013e3a3639eba103f7d2b03a8bf1aebec0c21d # v8.0.17
strategy:
fail-fast: false
matrix:
nodeVersion: [20, 22, 24]
with:
nodeVersion: ${{ matrix.nodeVersion }}
test:
uses: vidavidorra/.github/.github/workflows/node-test.yml@9a013e3a3639eba103f7d2b03a8bf1aebec0c21d # v8.0.17
strategy:
fail-fast: false
matrix:
nodeVersion: [20, 22, 24]
with:
nodeVersion: ${{ matrix.nodeVersion }}
code-coverage:
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@9a013e3a3639eba103f7d2b03a8bf1aebec0c21d # v8.0.17
needs:
- lint
- build
- test
release:
uses: vidavidorra/.github/.github/workflows/release.yml@9a013e3a3639eba103f7d2b03a8bf1aebec0c21d # v8.0.17
needs:
- lint-commit-messages
- lint
- build
- test
- code-coverage
secrets:
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}