Skip to content

Commit

Permalink
chore(ci): Disable testing on node@20
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jun 10, 2024
1 parent b952b08 commit e23af00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
target: x86_64-apple-darwin
node:
- "18"
- "20"
# - "20"
runs-on: ${{ matrix.settings.host }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
matrix:
node:
- "18"
- "20"
# - "20"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e23af00

Please sign in to comment.