compose-action/.github/workflows/__check-nodejs.yml
dependabot[bot] 5f3dfc4117 chore(deps): bump docker-compose from 0.24.7 to 0.24.8
Bumps [docker-compose](https://github.com/PDMLab/docker-compose) from 0.24.7 to 0.24.8.
- [Changelog](https://github.com/PDMLab/docker-compose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PDMLab/docker-compose/compare/v0.24.7...v0.24.8)

---
updated-dependencies:
- dependency-name: docker-compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-04-16 10:48:21 +02:00

20 lines
362 B
YAML

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