Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Bump braces from 3.0.2 to 3.0.3 in /frontend #43

Bump braces from 3.0.2 to 3.0.3 in /frontend

Bump braces from 3.0.2 to 3.0.3 in /frontend #43

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: "20.x"
- run: npm ci
- run: npm run test -- -u
- name: Add & Commit
uses: EndBug/add-and-commit@v7.2.0
with:
add: "test/__snapshots__/."
message: "update snapshot"