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

upgrade node version for tests

This commit is contained in:
deadc0de6
2022-06-25 22:45:39 +02:00
parent 9813247f48
commit 0af5011e25

View File

@@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '16'
- name: Install dependencies
run: |
python -m pip install --upgrade pip