Skip to content

chore(deps-dev): bump webpack from 5.97.1 to 5.104.1 #287

chore(deps-dev): bump webpack from 5.97.1 to 5.104.1

chore(deps-dev): bump webpack from 5.97.1 to 5.104.1 #287

Workflow file for this run

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