Skip to content

Add .node-version file and use it in CI workflow #11

@ScottMorris

Description

@ScottMorris

Context

This repo hardcodes Node.js version 20 in the CI workflow:

- name: Setup Node.js
  uses: actions/setup-node@v4
  with:
    node-version: 20

Other repos in the org use a .node-version file referenced by CI workflows.

Proposal

  1. Add a .node-version file (e.g., 20 or current LTS)
  2. Update deploy-pages.yml to use node-version-file: '.node-version'

Acceptance Criteria

  • .node-version file added
  • CI workflow references the file instead of hardcoding
  • Deploy passes

Metadata

Metadata

Assignees

No one assigned

    Labels

    choreMaintenance and housekeepinginfrastructureBuild systems, CI/CD, tooling, and shared infrastructure

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions