Skip to content

Commit f76fe82

Browse files
committed
chore: update Node.js version from 20.x to 24.x in build-deploy workflow
1 parent 24a851f commit f76fe82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727

28-
- name: Set up Node 20.x
28+
- name: Set up Node 24.x
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: "20.x"
31+
node-version: "24.x"
3232
cache: 'npm'
3333

3434
- name: Install dependencies

0 commit comments

Comments
 (0)