diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index f96dd07bf..8fd31f5b8 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -28,16 +28,12 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2 - name: Install pnpm - id: pnpm-install - with: - version: 8 - run_install: false + - name: Install pnpm + run: npm install -g pnpm - name: Get pnpm store directory id: pnpm-cache