From c0f082038d11742bb8c53402d8b749a82a9223ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ari=20Perkki=C3=B6?= Date: Tue, 17 Jun 2025 11:52:29 +0300 Subject: [PATCH] ci: upgrade windows node version --- .github/workflows/integration-test-cli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test-cli.yaml b/.github/workflows/integration-test-cli.yaml index 58442b6ed..d692141d7 100644 --- a/.github/workflows/integration-test-cli.yaml +++ b/.github/workflows/integration-test-cli.yaml @@ -30,7 +30,7 @@ jobs: - os: macos-latest node_version: 20 - os: windows-latest - node_version: 20.13.1 + node_version: 20 steps: - name: Checkout