1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

ci: update beta build node version

This commit is contained in:
2023-09-17 19:59:13 +02:00
parent cb92ca99f6
commit 5934d3a990

View File

@ -25,7 +25,7 @@ jobs:
- name: Install Node.js - name: Install Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 16 node-version: 18
- name: Install dependencies - name: Install dependencies
run: npm i run: npm i