From e921027a5cf24bb3dd45a018f502c61c09f8144b Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Wed, 3 Jul 2024 20:23:19 +0200 Subject: [PATCH] Reverse --- .github/workflows/alpha.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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