bump checkout everwhere and use newer node for uv
This commit is contained in:
parent
2f5d42f27c
commit
1018c8726e
5 changed files with 12 additions and 7 deletions
|
|
@ -20,6 +20,11 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: "20"
|
||||
|
||||
- name: Install uv
|
||||
uses: https://github.com/astral-sh/setup-uv@v6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue