mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-11-15 23:35:26 +03:00
Bump actions/setup-node from 5 to 6 (#6117)
This commit is contained in:
parent
fc5f699768
commit
6d08fa1780
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -101,7 +101,7 @@ jobs:
|
|||
uses: astral-sh/setup-uv@v7
|
||||
- name: Install dependencies
|
||||
run: uv sync --locked
|
||||
- uses: actions/setup-node@v5
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: "24.10"
|
||||
- name: Bare Metal ${{ matrix.script.name }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user