Skip to content

Commit bae9b37

Browse files
committed
chore: specify Node.js version 24 in deploy workflow setup
1 parent 401ceeb commit bae9b37

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
- name: Setup Node.js
2525
uses: actions/setup-node@v6
26+
with:
27+
node-version: 24
2628

2729
- name: Setup Bun
2830
uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)