Merge pull request 'acid testing' (#27) from futonbeta into main

Reviewed-on: http://gitea.genosjr.moe/l4kr/dashboard-ui/pulls/27
This commit was merged in pull request #27.
This commit is contained in:
l4kr
2023-09-13 14:57:07 +02:00

View File

@@ -16,7 +16,7 @@ jobs:
- name: install Node.js
uses: actions/setup-node@v2
with:
node-version: 18
node-version: 16
- name: Install ependencies
run: 'npm ci'