diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index eaae4ecd4..f96dd07bf 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -28,7 +28,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 19.8.1 + node-version: 16 - uses: actions/checkout@v3 @@ -36,7 +36,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: latest + version: 8 run_install: false - name: Get pnpm store directory