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

Bump ws from 7.5.9 to 7.5.10 #42

Bump ws from 7.5.9 to 7.5.10

Bump ws from 7.5.9 to 7.5.10 #42

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"