install latest node version in action container
Some checks failed
Build Documentation / build (push) Failing after 52s
Some checks failed
Build Documentation / build (push) Failing after 52s
This commit is contained in:
parent
4e624921c3
commit
e46d0bb737
1 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,11 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
|
- name: Install Node.js
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: "latest"
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: https://github.com/astral-sh/setup-uv@v7
|
uses: https://github.com/astral-sh/setup-uv@v7
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue