Skip to content

Commit

Permalink
Bump Node.js and TypeScript versions in GitHub Actions (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni authored Apr 27, 2023
1 parent 2f64161 commit d525b3f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
node-version:
- 19
- 20
- 18
- 16
- 14
Expand All @@ -28,14 +28,15 @@ jobs:
fail-fast: false
matrix:
typescript-version:
- 'latest'
- '~4.8.0'
- '~4.7.0'
- "latest"
- "~4.9.0"
- "~4.8.0"
- "~4.7.0"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm install
- run: npm install typescript@${{ matrix.typescript-version }}
- run: npx tsc

0 comments on commit d525b3f

Please sign in to comment.