mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
chore: Disable node@20
for some jobs
This commit is contained in:
parent
7ccd27a80e
commit
e1488a62c4
4
.github/workflows/publish-core.yml
vendored
4
.github/workflows/publish-core.yml
vendored
@ -269,7 +269,7 @@ jobs:
|
||||
matrix:
|
||||
node:
|
||||
- "18"
|
||||
- "20"
|
||||
# - "20"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@ -382,7 +382,7 @@ jobs:
|
||||
matrix:
|
||||
node:
|
||||
- "18"
|
||||
- "20"
|
||||
# - "20"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user