Skip to content

Commit ce58c3f

Browse files
committed
ci: Specify Node.js version 24 in GitHub Actions setup
1 parent 640021f commit ce58c3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ runs:
66
steps:
77
- name: Setup Node.js
88
uses: actions/setup-node@v4
9+
with:
10+
node-version: 24
911

1012
- name: Install
1113
run: npm install

0 commit comments

Comments
 (0)