Skip to content

chore: bump @tanstack/svelte-query from 6.1.10 to 6.1.11 in the production-dependencies group #8327

chore: bump @tanstack/svelte-query from 6.1.10 to 6.1.11 in the production-dependencies group

chore: bump @tanstack/svelte-query from 6.1.10 to 6.1.11 in the production-dependencies group #8327

Workflow file for this run

name: ' 🧪 Build and Test'
on:
pull_request:
paths-ignore:
- 'website/**'
push:
branches:
- main
paths-ignore:
- 'website/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-test:
strategy:
matrix:
os:
# - macos-latest # Disabled because github actions randomly fails on macos
- ubuntu-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install Node.js
uses: ./.github/actions/setup-node
- run: npm ci
- run: npm run build
- run: npm run test
# Ensure the repository is clean after build & test
# - run: git --no-pager diff --compact-summary --exit-code
test-vsce-build:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install Node.js
uses: ./.github/actions/setup-node
- run: npm ci
- run: npm run test-vsce-build