Skip to content

Commit a73b534

Browse files
davidagustinclaude
andcommitted
fix(ci): upgrade Node.js from 20 to 22 LTS for ES2024 API support
Problems using Object.groupBy() and Set.union/intersection/difference fail on Node 20. Node 22 is the current LTS and supports these APIs. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent bd49697 commit a73b534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
env:
14-
NODE_VERSION: '20'
14+
NODE_VERSION: '22'
1515
PNPM_VERSION: '9'
1616

1717
jobs:

0 commit comments

Comments
 (0)