From 94b020d9113b4a5885e794e66186ec6534f3b226 Mon Sep 17 00:00:00 2001 From: MujkicA Date: Wed, 6 Nov 2024 11:31:42 +0100 Subject: [PATCH] bump ci node version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2ab70e08..f4b805924 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -252,7 +252,7 @@ jobs: if: ${{ matrix.command == 'test_wasm' }} uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22.8 - name: Test WASM if: ${{ matrix.command == 'test_wasm' }}