diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a280bdc..2609800 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '22' + node-version: '24' cache: 'npm' - name: Install dependencies