diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66992ef..0ac4956 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: pnpm/action-setup@v2 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x cache: pnpm - name: Install