diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 23b69856e..bc83d5042 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 - name: CI run: npm ci - name: Lint