We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f0437 commit 2b5bf02Copy full SHA for 2b5bf02
1 file changed
.github/workflows/rust.yml
@@ -54,9 +54,9 @@ jobs:
54
- uses: actions/checkout@v5
55
- uses: dtolnay/rust-toolchain@stable
56
- uses: Swatinem/rust-cache@v2
57
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
58
with:
59
- node-version: 22
+ node-version: 24
60
- name: install deps
61
run: NO_CPLEX=true ./build/setup.sh && ./build/postsetup.sh
62
- name: Run tests with microlp on WASM
@@ -146,7 +146,7 @@ jobs:
146
147
148
149
150
151
node-version: 22
152
0 commit comments