Skip to content

feat(deps): bump @tanstack/react-query from 5.0.0 to 5.0.5 #334

feat(deps): bump @tanstack/react-query from 5.0.0 to 5.0.5

feat(deps): bump @tanstack/react-query from 5.0.0 to 5.0.5 #334

Workflow file for this run

name: CI
on:
push:
branches: [main]
workflow_dispatch:
permissions: read-all
jobs:
cypress-ci:
name: CPE Cypress CI
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
steps:
- name: Checkout for testing
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
ref: main
persist-credentials: false
- name: Use Node.js LTS version
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
node-version: lts/Hydrogen
- name: Install Dependencies
run: npm ci
- name: Cypress run component testing
uses: cypress-io/github-action@59810ebfa5a5ac6fcfdcfdf036d1cd4d083a88f2
with:
command-prefix: "--"
install: false
component: true
browser: chrome
record: true
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_CPE_SWS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CYPRESS_PROJECT_ID: vwwffz