Skip to content

feat: default workflows to Node.js 22 (#136) #488

feat: default workflows to Node.js 22 (#136)

feat: default workflows to Node.js 22 (#136) #488

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
- beta
- 'renovate/**'
- 'github-renovate/**'
pull_request: null
jobs:
lint-commit-messages:
uses: ./.github/workflows/lint-commit-messages.yml
lint:
uses: ./.github/workflows/node-lint.yml
release:
needs: [lint-commit-messages, lint]
uses: ./.github/workflows/release.yml
secrets:
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}