Upgrade Node to 13.12

This commit is contained in:
Deluan
2020-04-02 19:41:10 -04:00
parent 14f7c5610e
commit 1182218787
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 13.11
node-version: 13.12
- name: Build UI
run: |
cd ui