From 804d795ab106f9576bc8dd44604a79ddd8d93c22 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Wed, 3 Jul 2024 20:16:55 +0200 Subject: [PATCH] chore: Update Node.js version to 19.8.1 in alpha.yml workflow --- .github/workflows/alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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