diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58d6cf7..9b9efeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '23.13.1' + node-version: '22.13.1' - name: Cache pnpm store uses: actions/cache@v3