diff --git a/.github/workflows/sentinel.yml b/.github/workflows/sentinel.yml index 5a1fe3e..6a8a8fe 100644 --- a/.github/workflows/sentinel.yml +++ b/.github/workflows/sentinel.yml @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v6 - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '24' cache: 'npm'