compose-action/.github/workflows/__check-nodejs.yml
Emilien Escalle 0a6ea0e8cd feat: migrate to node20 and typescritp
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-03-29 23:15:24 +01:00

17 lines
351 B
YAML

name: Internal - Checks for nodejs
on:
workflow_call:
jobs:
test-nodejs:
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.4.2
permissions:
id-token: write
security-events: write
contents: read
with:
build: ""
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}