Skip to content

Conversation

parkerbxyz
Copy link
Contributor

@parkerbxyz parkerbxyz commented Aug 11, 2025

Reverts #267 and fixes #274.

@Copilot Copilot AI review requested due to automatic review settings August 11, 2025 15:25
@parkerbxyz parkerbxyz requested a review from a team as a code owner August 11, 2025 15:25
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR reverts the Node.js runtime from version 24 back to version 20 across the GitHub Action configuration and build setup. This appears to be rolling back a previous feature that upgraded the action to use Node 24.

  • Downgrades Node.js target version from 24.0.0 to 20.0.0 in build configuration
  • Reverts GitHub Action runtime from node24 to node20
  • Updates development environment to use Node 20.9.0

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
package.json Updates esbuild target from node24.0.0 to node20.0.0
action.yml Reverts GitHub Action runner from node24 to node20
.node-version Downgrades Node version from 24.4.0 to 20.9.0
.github/workflows/test.yml Updates CI workflow to use Node 20 instead of 24

@parkerbxyz parkerbxyz changed the title fix: revert "feat: use node24 as runner" fix: revert "use node24 as runner" Aug 11, 2025
@parkerbxyz parkerbxyz merged commit 5204204 into main Aug 11, 2025
6 checks passed
@parkerbxyz parkerbxyz deleted the revert-267-node24 branch August 11, 2025 15:29
create-app-token-action-releaser bot pushed a commit that referenced this pull request Aug 11, 2025
## [2.1.1](v2.1.0...v2.1.1) (2025-08-11)

### Bug Fixes

* revert "use `node24` as runner" ([#278](#278)) ([5204204](5204204)), closes [#267](#267)
@create-app-token-action-releaser

🎉 This PR is included in version 2.1.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v2.1.0 fails with "Specified argument was out of the range of valid values. Parameter 'using: node24' is not supported."
1 participant