Skip to content

Commit b10c25c

Browse files
authored
Update nodejs version to 24 (#162)
1 parent f37379a commit b10c25c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Node.js
3535
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3636
with:
37-
node-version: '20'
37+
node-version: '24'
3838
cache: 'pnpm'
3939
- name: Install dependencies
4040
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)