github build job typo fix

This commit is contained in:
Elvanos 2023-05-13 18:57:07 +02:00
parent 460a4ad896
commit f86f4ccb93

View file

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