diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5db9d68e..be9208ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: "18.x" + node-version: "20" - uses: actions/cache@v3 id: cache-modules with: