github build node version fix

This commit is contained in:
Elvanos 2023-05-13 18:55:48 +02:00
parent bea9547e46
commit 460a4ad896

View file

@ -27,6 +27,8 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.5
with:
node-version: '12.22.12'
- name: npm install and build
run: |