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' }}