diff --git a/.github/workflows/update-swc.yml b/.github/workflows/update-swc.yml index 86c6df871..3ef5b3c84 100644 --- a/.github/workflows/update-swc.yml +++ b/.github/workflows/update-swc.yml @@ -10,7 +10,7 @@ on: - cron: '0 0 * * 1' # Every Monday at 00:00 UTC env: - NODE_VERSION: lts/* + NODE_VERSION: 22 jobs: update-swc: @@ -48,7 +48,7 @@ jobs: - name: Update SWC if: steps.version-check.outputs.UPDATE_REQUIRED == 'true' - run: ./tools/update-swc.sh + run: node --run build:wasm - name: Create Pull Request with first commit if: steps.version-check.outputs.UPDATE_REQUIRED == 'true'