CI: Bump node-version

This commit is contained in:
Oleh Prypin
2023-12-09 18:25:18 +01:00
parent 1910381516
commit d110f03f48

View File

@@ -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