diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3b869082..f04439640 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.0 - name: Test WASM if: ${{ matrix.command == 'test_wasm' }}