Skip to content

Update dependency typescript to v5 #524

Update dependency typescript to v5

Update dependency typescript to v5 #524

Workflow file for this run

name: ci
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: yarn
- run: yarn lint
build:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
browser:
- firefox
- chrome
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: yarn
- run: yarn build:${{ matrix.browser }}