Skip to content

Commit 2a49963

Browse files
committed
chore: update Node.js version to 24.x in build configuration
1 parent f980e40 commit 2a49963

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v5
1111

12-
- name: Setup Node.js 22.x
12+
- name: Setup Node.js 24.x
1313
uses: actions/setup-node@v6
1414
with:
15-
node-version: 22.x
15+
node-version: 24.x
1616

1717
- name: Install dependencies
1818
run: yarn --frozen-lockfile

0 commit comments

Comments
 (0)