mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
CI: Bump node-version
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -64,9 +64,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade hatch
|
python -m pip install --upgrade hatch
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 20
|
||||||
- name: Check with ruff
|
- name: Check with ruff
|
||||||
if: always()
|
if: always()
|
||||||
run: hatch run style:fix
|
run: hatch run style:fix
|
||||||
|
|||||||
Reference in New Issue
Block a user