Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Bump js-yaml from 3.14.1 to 3.14.2 in /cdk #42

Bump js-yaml from 3.14.1 to 3.14.2 in /cdk

Bump js-yaml from 3.14.1 to 3.14.2 in /cdk #42

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@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/add-and-commit@v7.2.0
with:
add: "cdk/test/__snapshots__/."
message: "update snapshot"