mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08: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: |
|
||||
python -m pip install --upgrade hatch
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 20
|
||||
- name: Check with ruff
|
||||
if: always()
|
||||
run: hatch run style:fix
|
||||
|
||||
Reference in New Issue
Block a user