From 4980c55c46d43c3efdb3d9790078b32a98daba33 Mon Sep 17 00:00:00 2001 From: Warm Beer Date: Mon, 5 Aug 2024 09:37:49 +0200 Subject: [PATCH] chore(workflow): update node manager version to `0.10.1` --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 77de109..a3fc36c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,7 +12,7 @@ env: RUSTFLAGS: "-D warnings" CLIENT_VERSION: 0.94.0 NODE_VERSION: 0.110.0 - NODE_MANAGER_VERSION: 0.1.8 + NODE_MANAGER_VERSION: 0.10.1 jobs: # The code in this crate uses lots of conditional compilation for cross-platform capabilities.