name: Setup description: Set up the Node version required by this repository. Requires actions/checkout to have already run. runs: using: composite steps: - uses: actions/setup-node@v4 with: node-version-file: .node-version