Skip to content

Fix/upgrade GitHub actions v4a#641

Closed
itsmeadi wants to merge 6 commits intomainfrom
fix/upgrade-github-actions-v4a
Closed

Fix/upgrade GitHub actions v4a#641
itsmeadi wants to merge 6 commits intomainfrom
fix/upgrade-github-actions-v4a

Conversation

@itsmeadi
Copy link
Contributor

No description provided.

- Upgrade actions/checkout@v3 → v4
- Upgrade actions/setup-node@v3 → v4
- Upgrade actions/cache@v3 → v4
- Upgrade actions/github-script@v5/v6 → v7
- Fix yarn install flag: --immutable → --frozen-lockfile (correct for Yarn Classic)
- Update Node.js test matrix: [16, 18] → [18, 20, 22]

The v3 actions use the deprecated Node.js 16 runtime which causes
CI jobs to hang indefinitely.
Node 24 is scheduled for April 2026 and isn't stable yet.
Changed default node version to 22 (current active LTS).
Node 24 runtime-deprecated url.parse() (DEP0169). Migrated all usages
to the WHATWG URL API:
- src/redirect_url.ts: Url.parse() → new URL()
- test/unit/node/redirect_test.js: url.parse().query → new URL().search
- test/integration/cloud/reaction.js: url.parse(x, true) → new URL()
Node 24 compatibility (url.parse deprecation) will be addressed in a
separate PR. Default node version set to 22 (current active LTS).
Without --exit, mocha hangs forever waiting for open async handles
(sockets, Faye subscriptions) to close after tests complete.
@github-actions
Copy link
Contributor

Size Change: 0 B

Total Size: 109 kB

ℹ️ View Unchanged
Filename Size
dist/js_min/getstream.js 35.5 kB
dist/js/getstream.js 73.9 kB

compressed-size-action

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.

1 participant