Bump typescript from 4.7.4 to 5.6.3 #605
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: TypeCheck with Typescript Compiler | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
jobs: | |
test_expression: | |
name: ubuntu-latest | |
runs-on: ubuntu-latest | |
timeout-minutes: 20 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Use Node.js 16 x64 | |
uses: actions/[email protected] | |
with: | |
node-version: 16 | |
architecture: x64 | |
- run: npm ci | |
- run: npm run typecheck |