Skip to content

Commit

Permalink
Disable experimental (failing) versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aivus committed Aug 15, 2024
1 parent 0420dec commit f5b7b54
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
- ubuntu-latest
- windows-latest
experimental: [false]
include:
- node-version: 20
os: macos-latest
experimental: true
- node-version: current
os: ubuntu-latest
experimental: true
- node-version: current
os: windows-latest
experimental: true
# include:
# - node-version: 20
# os: macos-latest
# experimental: true
# - node-version: current
# os: ubuntu-latest
# experimental: true
# - node-version: current
# os: windows-latest
# experimental: true
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit f5b7b54

Please sign in to comment.