Skip to content

chore: update dependency typescript to v5 #443

chore: update dependency typescript to v5

chore: update dependency typescript to v5 #443

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
jobs:
test:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
node-version: [18]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install Dependencies
run: yarn --frozen-lockfile
- run: yarn -s build
- run: yarn -s test