Skip to content

Commit

Permalink
Add more node and TS compatibility scenarios (#763)
Browse files Browse the repository at this point in the history
* Add more node and TS compatibility scenarios

* Add ts-latest back in

* remove ts-beta and node-16

* Add ts-beta
  • Loading branch information
mike-north authored Oct 2, 2023
1 parent bbac8aa commit 8da4635
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/ci-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
# node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 19.x]
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
Expand Down Expand Up @@ -99,17 +98,14 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
typescript-version: ['~5.1.0', next, beta, rc]
typescript-version: ['~5.2.0', latest, next, beta, rc]
include:
# - typescript-version: '~5.0.0'
# experimental: false
# name: 'ts-5.0'
- typescript-version: '~5.1.0'
- typescript-version: '~5.2.0'
experimental: false
name: 'ts-5.1'
# - typescript-version: latest
# experimental: false
# name: 'ts-stable'
name: 'ts-5.2'
- typescript-version: latest
experimental: false
name: 'ts-stable'
- typescript-version: beta
experimental: false
name: 'ts-beta'
Expand Down

0 comments on commit 8da4635

Please sign in to comment.