diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c67ce91..85591c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 - run: npm i -g --force corepack@latest && corepack enable @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 - run: npm i -g --force corepack@latest && corepack enable