Upgrade to use node24 (#19)

This commit is contained in:
Salman Chishti
2025-09-02 21:44:11 -05:00
committed by GitHub
parent 3114dc8cb4
commit 2826fb8353
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ jobs:
if: ${{ steps.successful-update.outputs.STATUS == 'true' }}
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
- name: Install dependencies
if: ${{ steps.successful-update.outputs.STATUS == 'true' }}