Skip to content

Bump next from 15.5.2 to 15.5.7 in /webapp #57

Bump next from 15.5.2 to 15.5.7 in /webapp

Bump next from 15.5.2 to 15.5.7 in /webapp #57

Workflow file for this run

name: Update snapshot
on:
workflow_dispatch:
push:
branches:
- 'dependabot/**'
permissions:
contents: write
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: "22.x"
- 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"