Skip to content

Commit 256409e

Browse files
Use Node.js 26 in CI tests
1 parent ddbe131 commit 256409e

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
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 25
22+
node-version: 26
2323
- name: Update binaries
2424
run: |
2525
git clone --recursive https://github.com/uNetworking/uWebSockets.js.git

0 commit comments

Comments
 (0)