Skip to content

ci: define node version once and use it everywhere #2

ci: define node version once and use it everywhere

ci: define node version once and use it everywhere #2

Workflow file for this run

name: Shared Configuration

Check failure on line 1 in .github/workflows/shared-config.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/shared-config.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: noop
on:
workflow_call:
outputs:
node-version:
description: 'Node.js version to use'
value: '22.x'
jobs:
noop:
runs-on: ubuntu-latest
steps: []