We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7edb89 commit 4fdf616Copy full SHA for 4fdf616
.github/workflows/build.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Set-up Node.js
84
uses: actions/setup-node@v6
85
with:
86
- node-version: lts/*
+ node-version: latest
87
88
- name: Set-up Binaryen
89
if: ${{ matrix.runtest }}
0 commit comments