Skip to content

fix git workflows#451

Merged
shannonwells merged 4 commits intomainfrom
feat/update-workflows-npm
Dec 11, 2025
Merged

fix git workflows#451
shannonwells merged 4 commits intomainfrom
feat/update-workflows-npm

Conversation

@shannonwells
Copy link
Copy Markdown
Contributor

Problem

We need to use npm v11.x, but we need to stick with earlier versions of node, which have 10.x

Solution

Pull in a version of the solution used with this frequency-chain PR

Steps to Verify:

CI should pass and install npm 11.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

P0 Badge Matrix variables referenced after matrix removal

This deploy job still installs Node with matrix.node-version, but the strategy.matrix block was removed above, so the matrix context is undefined. GitHub will fail the workflow at evaluation time with an “Unrecognized named-value: 'matrix'” error and the pages deploy will not run.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@shannonwells shannonwells enabled auto-merge (squash) December 10, 2025 23:16
Copy link
Copy Markdown
Contributor

@enddynayn enddynayn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! 👍

@shannonwells shannonwells merged commit f8c66df into main Dec 11, 2025
9 checks passed
@shannonwells shannonwells deleted the feat/update-workflows-npm branch December 11, 2025 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants