Skip to content

Commit ca25d25

Browse files
committed
chore: update Node.js version to 24.11.1 in CI configuration
1 parent 4e0cb67 commit ca25d25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
strategy:
5858
matrix:
59-
node-version: ['lts/*']
59+
node-version: ['24.11.1']
6060
steps:
6161
- uses: actions/checkout@v6
6262
- name: Setup Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)