Update to Node 24

Update fetch.ts to use native fetch() API

Use immutable sort in tools.ts
This commit is contained in:
Shivam Mathur
2026-01-20 06:29:00 +05:30
parent f89a301251
commit 46ae35f333
6 changed files with 44 additions and 57 deletions

View File

@@ -34,5 +34,5 @@ outputs:
php-version:
description: 'PHP version in semver format'
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'