diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index caf2deaa3..eaae4ecd4 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: 20 + node-version: 19.8.1 - uses: actions/checkout@v3