ci: update ci actions

This commit is contained in:
Ahmad 2025-06-13 23:56:57 -04:00
parent 1360243294
commit beefc6aac0
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
5 changed files with 23 additions and 20 deletions

View file

@ -1,4 +1,4 @@
name: NodeJS Build and Compile
name: NodeJS Build
permissions:
contents: read
@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version: [23.x]
node-version: [24.x]
steps:
- uses: actions/checkout@v4