mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 01:13:56 +03:00
chore: Use ubuntu-18.04 for musl
This commit is contained in:
parent
dfd8d1ad61
commit
e3b8e5324b
2
.github/workflows/publish-node.yml
vendored
2
.github/workflows/publish-node.yml
vendored
@ -140,7 +140,7 @@ jobs:
|
|||||||
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||||
|
|
||||||
name: stable - linux-musl - node@lts
|
name: stable - linux-musl - node@lts
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user