fix: Install node 24
This commit is contained in:
parent
0a11a2b279
commit
dd9a4b6b60
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: 24
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue