mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 03:13:03 +00:00
upgrade to node 20 for tests
This commit is contained in:
4
.github/workflows/test-doc.yml
vendored
4
.github/workflows/test-doc.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user