Skip to content

Commit

Permalink
ci: non LTS node is marked as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Mar 18, 2021
1 parent ca61c15 commit f0f1984
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,18 @@ jobs:
test:
needs:
- build
continue-on-error: ${{ matrix.experimental || false }}
strategy:
fail-fast: false
matrix:
node-version:
- 12.20.0
- 12
- 14.15.0
- 14
- 15.0.1
- 15
- '>=15'
include:
- experimental: true
node-version: '>=15'

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f0f1984

Please sign in to comment.