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

Prepare for the dependency and runtime updates #68

Merged
merged 7 commits into from
Nov 6, 2023
Merged

Commits on Nov 1, 2023

  1. feat: update Node.js release schedule

    (cherry picked from commit 41a3e8e)
    dominykas committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e5ccb3e View commit details
    Browse the repository at this point in the history
  2. test: remove GITHUB_OUTPUT env var during tests

    GITHUB_OUTPUT belongs to the action which executes these tests - we don't want to affect it.
    
    There will be a follow up to set GITHUB_OUTPUT to something temporary, so that we can actually test things end-to-end, under real-life conditions.
    
    (cherry picked from commit 554b17c)
    dominykas committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    3d05fad View commit details
    Browse the repository at this point in the history
  3. test: modernize prepare-dynamic-steps tests to use node:test

    (cherry picked from commit 8b89dd8)
    dominykas committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    53bb3af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b2bf10 View commit details
    Browse the repository at this point in the history
  5. refactor: modernize

    (cherry picked from commit c0bc1dc)
    dominykas committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    299f9ad View commit details
    Browse the repository at this point in the history
  6. test: change assertions to remove the github ::set-output prefix

    This will make it simpler to refactor the tests to rely on GITHUB_OUTPUT variable again, instead of hijacking the stdout.
    
    (cherry picked from commit ebed8de)
    dominykas committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    f707e47 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Update .github/actions/prepare-node-test-matrix-action/index.js

    Co-authored-by: Manuel Spigolon <[email protected]>
    dominykas and Eomm authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b70b07f View commit details
    Browse the repository at this point in the history