Skip to content

Commit

Permalink
ci: use TypeScript v4 for Node v12 jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jun 4, 2023
1 parent a5b9fc7 commit 91b1963
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
- name: Install @testing-library/dom v${{ matrix.testing-library-dom }}
run: npm install --no-save --force @testing-library/dom@${{ matrix.testing-library-dom }}

- name: Install TypeScript v4
if: ${{ matrix.node == 12 }}
run: npm install --no-save --force typescript@4

- name: ▶️ Run validate script (without linting)
if: ${{ matrix.eslint != 8 }}
run: npm run validate -- build,test:coverage
Expand Down

0 comments on commit 91b1963

Please sign in to comment.