Skip to content

Update dependency @types/node to v22 #450

Update dependency @types/node to v22

Update dependency @types/node to v22 #450

Workflow file for this run

name: Linux Compiler 🐧

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

View workflow run for this annotation

GitHub Actions / .github/workflows/Linux.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: ubuntu-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