Skip to content

Commit 4bedf43

Browse files
Wolfe-Jamclaude
andcommitted
fix(ci): align release workflow with CI - test Node 18/20/22
Release workflow was testing on Node 16 (EOL), missing Node 22. Now matches ci.yml test matrix for consistency. - Remove Node 16 (EOL since Sept 2023) - Add Node 22 (current LTS) - Align with ci.yml matrix (18.x, 20.x, 22.x) Next release will test on correct Node versions. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 7fa22c6 commit 4bedf43

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,7 @@ jobs:
8585
strategy:
8686
matrix:
8787
os: [ubuntu-latest, windows-latest, macos-latest]
88-
node-version: ['16', '18', '20']
89-
exclude:
90-
# Reduce matrix size - test Node 16 only on Ubuntu
91-
- os: windows-latest
92-
node-version: '16'
93-
- os: macos-latest
94-
node-version: '16'
88+
node-version: ['18', '20', '22']
9589

9690
steps:
9791
- name: 📦 Checkout repository

0 commit comments

Comments
 (0)