Skip to content

Commit de5b1aa

Browse files
committed
ci: Update Node.js versions to latest supported LTS
- Remove Node.js 16.x (EOL April 2024) - Test on Node.js 18.x, 20.x, 22.x (current supported versions) - Node.js 22.x is current LTS for Angular 15 compatibility
1 parent e9faf99 commit de5b1aa

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
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [16.x, 18.x, 20.x]
19+
node-version: [18.x, 20.x, 22.x]
2020

2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)