From c7b6da094f2e2ca9401910be022cc44cada4cab2 Mon Sep 17 00:00:00 2001 From: Minoru Osuka Date: Thu, 12 Dec 2024 21:26:01 +0900 Subject: [PATCH] Remove setup node.js --- .github/workflows/regression.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index b3e86e1..662f06e 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -79,14 +79,14 @@ jobs: - name: Install wasm-pack run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: "22" - cache: npm + # - name: Setup Node.js + # uses: actions/setup-node@v4 + # with: + # node-version: "22" + # cache: npm - - name: Install dependencies without lock file - run: npm install + # - name: Install dependencies without lock file + # run: npm install - name: Run test run: wasm-pack test ${{ matrix.platform.test-runner }}