Skip to content

Bump vite from 6.3.6 to 6.4.1 in /frontend #41

Bump vite from 6.3.6 to 6.4.1 in /frontend

Bump vite from 6.3.6 to 6.4.1 in /frontend #41

Workflow file for this run

name: Update snapshot
on:
workflow_dispatch:
push:
branches:
- 'dependabot/**'
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "22.x"
- run: |
npm ci
working-directory: ./backend
- run: |
npm ci
npm run test -- -u
working-directory: ./cdk
- name: Add & Commit
uses: EndBug/[email protected]
with:
add: "cdk/test/__snapshots__/."
message: "update snapshot"