chore(deps): update dependency @types/node to v22.13.7 #190
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: pull_request | |
name: Test examples | |
jobs: | |
build-example-graphql-events: | |
name: Build Example GraphQL Events | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: 20.x | |
cache: 'yarn' | |
- name: Install Deps | |
run: yarn install --immutable | |
- name: Build | |
run: yarn workspace qminder-graphql-events-example build |