diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2efe93f8..0a657157 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,6 +107,11 @@ jobs: - name: Checkout sources uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + - name: Install node + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af + with: + node-version: '20' + - name: Install run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh