File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1414
1515jobs :
1616 rust-audit :
17- runs-on : ubuntu-22.04
17+ runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout repository
2020 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2323 manifest-path : " deps/swc/bindings/binding_typescript_wasm/Cargo.toml"
2424
2525 typescript-audit :
26- runs-on : ubuntu-22.04
26+ runs-on : ubuntu-latest
2727 permissions :
2828 security-events : write
2929 packages : read
Original file line number Diff line number Diff line change 66 - ' tools/*'
77 - ' deps/*'
88
9- env :
10- NODE_VERSION : lts/*
11-
129jobs :
1310 build-swc :
1411 runs-on : ubuntu-latest
1815
1916 - name : Set up Node.js
2017 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
18+ with :
19+ node-version-file : ' .nvmrc'
2120
2221 - name : Set up Docker
2322 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
Original file line number Diff line number Diff line change 99 schedule :
1010 - cron : ' 0 0 * * 1' # Every Monday at 00:00 UTC
1111
12- env :
13- NODE_VERSION : lts/*
14-
1512jobs :
1613 update-swc :
1714 runs-on : ubuntu-latest
2623
2724 - name : Set up Node.js
2825 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
26+ with :
27+ node-version-file : ' .nvmrc'
2928
3029 - name : Check if SWC update is required
3130 id : version-check
You can’t perform that action at this time.
0 commit comments