diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69c8229..c906bf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: 🏗 Setup Node.js environment uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20.15.0 cache: "pnpm" - name: 👷 Install dependencies