Skip to content

chore(deps): bump typescript from 4.9.3 to 5.4.5 #165

chore(deps): bump typescript from 4.9.3 to 5.4.5

chore(deps): bump typescript from 4.9.3 to 5.4.5 #165

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm install
- run: npm run test
tsc:
name: TypeScript
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm install
- run: npm run tsc