Skip to content

Commit 5fe855e

Browse files
committed
ci: update Node.js test versions to 20, 22, 24
Drop Node.js 18 as it reaches EOL in April 2025. Test with currently supported LTS versions (20, 22) and latest stable (24).
1 parent d141968 commit 5fe855e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-install-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
os: [ubuntu-latest, macos-latest, windows-latest]
55-
node-version: ['18', '20', '22']
55+
node-version: ['20', '22', '24']
5656
steps:
5757
- name: Checkout code
5858
uses: actions/checkout@v4

0 commit comments

Comments
 (0)