1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:19:46 +00:00

syntax fix

This commit is contained in:
deadc0de6
2020-11-04 21:23:03 +01:00
parent f9d6cc8564
commit 5e4f2716ae

View File

@@ -13,9 +13,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12'
uses: actions/setup-node@v1
with:
node-version: '12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip