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

This commit is contained in:
Mauro Balades
2024-07-03 21:22:00 +02:00
parent f7b711b3eb
commit 2ea4e2feb9

View File

@@ -87,7 +87,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Checkout
uses: actions/checkout@v3