Skip to content

Commit cfb4810

Browse files
danpazclaude
andcommitted
Update Node.js versions to current LTS releases
- Updated from Node.js 14.15.1 and 16.17.1 to 20.18.1 and 22.16.0 - Using current Maintenance LTS (20.x) and Active LTS (22.x) versions - Ensures CI runs on supported Node.js versions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent b18f309 commit cfb4810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [14.15.1, 16.17.1]
15+
node-version: [20.18.1, 22.16.0]
1616

1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)