chore: Update Node.js version to 19.8.1 in alpha.yml workflow

This commit is contained in:
Mauro Balades
2024-07-03 20:16:55 +02:00
parent 029824461b
commit 804d795ab1

View File

@@ -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