diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 66c35a6..2904b95 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,6 +32,6 @@ jobs: - uses: actions/setup-node@v4 with: cache: npm - node-version: 22 + node-version: 24 - run: npm ci - run: npm run lint