Skip to content

Update dependency typescript to v5 #404

Update dependency typescript to v5

Update dependency typescript to v5 #404

Workflow file for this run

name: Apple Compiler 🍎

Check failure on line 1 in .github/workflows/Apple.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Apple.yml

Invalid workflow file

`pull-request` is not a valid event name
on:
push:
branches:
- main
- master
pull-request:
branches:
- main
- master
jobs:
build:
runs-on: macos-latest
strategy:
matrix:
yarn-version: [16]
steps:
- uses: actions/checkout@v3
- name: Yarn 🧶
run: |
yarn
- name: Typescript Builder 🏗️
run: |
yarn build
- name: Typescript Compiler 🔨
run: |
yarn compile