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: Use Node.js 20 in publish.yml #118

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Commits on Sep 16, 2024

  1. fix: Use Node.js 20 in publish.yml

    Node.js 16 has been end-of-life’d for more than a year. This PR updates the publish workflow to use Node.js 20, the Active LTS, instead.
    
    #117 updated a package so that `structuredClone` is now called. That API did not exist in Node.js 16, so updating to a newer version avoids workflow failures.
    smockle authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4af9baf View commit details
    Browse the repository at this point in the history