Skip to content

Commit

Permalink
fix: change swc update command
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Nov 4, 2024
1 parent 38d2f96 commit b9fd333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-swc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit b9fd333

Please sign in to comment.