Skip to content

Commit 4fdf616

Browse files
committed
Attempt to fix CI on windows
1 parent d7edb89 commit 4fdf616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Set-up Node.js
8484
uses: actions/setup-node@v6
8585
with:
86-
node-version: lts/*
86+
node-version: latest
8787

8888
- name: Set-up Binaryen
8989
if: ${{ matrix.runtest }}

0 commit comments

Comments
 (0)