Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): matrix #3146

Merged
merged 1 commit into from
Jan 22, 2024
Merged

fix(ci): matrix #3146

merged 1 commit into from
Jan 22, 2024

Conversation

satelllte
Copy link
Contributor

Problem

The CI uses matrix notation for setting Node.js version, but there's no matrix strategy set, so it's getting ignored.

Solution

The change sets Node.js version 18 expliticly, and removes unused matrix.node calls.

Why 18? Because this is the one that's actually being set by default, if you see the latest run: https://github.com/pmndrs/react-three-fiber/actions/runs/7384710806/job/20088098184

Copy link

codesandbox-ci bot commented Jan 7, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 400936c:

Sandbox Source
example Configuration

@satelllte satelllte marked this pull request as ready for review January 7, 2024 17:58
@CodyJasonBennett CodyJasonBennett merged commit c40a304 into pmndrs:master Jan 22, 2024
2 checks passed
@satelllte satelllte deleted the ci/matrix-fix branch January 25, 2024 09:49
krispya pushed a commit that referenced this pull request Mar 20, 2024
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.

None yet

2 participants