Skip to content

Commit 24f0aea

Browse files
build: upgrade to Node LTS v24 (#44)
1 parent 73e11be commit 24f0aea

3 files changed

Lines changed: 63 additions & 410 deletions

File tree

.github/actions/prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
steps:
88
- uses: actions/setup-node@v4
99
with:
10-
node-version: 22
10+
node-version: 24
1111
registry-url: 'https://registry.npmjs.org'
1212
- name: Install dependencies
1313
shell: bash

0 commit comments

Comments
 (0)