Skip to content

Bump typescript from 4.9.5 to 5.2.2 #474

Bump typescript from 4.9.5 to 5.2.2

Bump typescript from 4.9.5 to 5.2.2 #474

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Setup node
uses: actions/[email protected]
with:
node-version: 16.x
- name: Restore cache
uses: actions/[email protected]
with:
path: |
.yarn/cache
node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: ${{ runner.os }}-yarn-
- run: yarn install
- run: yarn build