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

upgrade to node 20 for tests

This commit is contained in:
deadc0de6
2024-08-26 18:06:00 +02:00
committed by deadc0de
parent 0bfedb0ffe
commit 5db29aa28c
2 changed files with 4 additions and 4 deletions

View File

@@ -11,9 +11,9 @@ jobs:
with:
python-version: '3.x'
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- name: Install dependencies
run: |
python -m pip install --upgrade pip

View File

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