From b4ca52549e471face66040bed7f7c509cb4375b1 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 23 Sep 2024 15:24:03 -0700 Subject: [PATCH] Update CI to node20. (#133) --- .github/actions/install-rust/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-rust/action.yml b/.github/actions/install-rust/action.yml index 6afc01d6..11c05760 100644 --- a/.github/actions/install-rust/action.yml +++ b/.github/actions/install-rust/action.yml @@ -8,5 +8,5 @@ inputs: default: 'stable' runs: - using: node16 + using: node20 main: 'main.js'