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

upgrade action

This commit is contained in:
deadc0de6
2023-01-20 15:32:31 +01:00
parent 607467c19e
commit a5d74cf46d

View File

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