Skip to content

chore(deps): update dependency @types/node to v20.16.11 #1318

chore(deps): update dependency @types/node to v20.16.11

chore(deps): update dependency @types/node to v20.16.11 #1318

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
- beta
- renovate/**
pull_request: null
jobs:
lint-commit-messages:
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@caca0142cfe8f96afe334a064832bbe763a4788e # v4.2.41
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@caca0142cfe8f96afe334a064832bbe763a4788e # v4.2.41
build:
uses: vidavidorra/.github/.github/workflows/node-build.yml@caca0142cfe8f96afe334a064832bbe763a4788e # v4.2.41
test:
uses: vidavidorra/.github/.github/workflows/node-test.yml@caca0142cfe8f96afe334a064832bbe763a4788e # v4.2.41
code-coverage:
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@caca0142cfe8f96afe334a064832bbe763a4788e # v4.2.41
needs:
- lint
- build
- test
secrets:
codecovToken: ${{ secrets.CODECOV_TOKEN }}
release:
uses: vidavidorra/.github/.github/workflows/release.yml@caca0142cfe8f96afe334a064832bbe763a4788e # v4.2.41
needs:
- lint-commit-messages
- lint
- build
- test
- code-coverage
secrets:
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}
npmToken: ${{ secrets.NPM_PUBLISH_TOKEN }}