Skip to content

build(deps): bump ws from 5.2.3 to 5.2.4 in /store #4

build(deps): bump ws from 5.2.3 to 5.2.4 in /store

build(deps): bump ws from 5.2.3 to 5.2.4 in /store #4

Workflow file for this run

name: Store CI
on:
push:
paths:
- "store/**"
branches: [ master ]
pull_request:
paths:
- "store/**"
branches: [ master ]
jobs:
build:
defaults:
run:
working-directory: ./store
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node 20
uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: Install yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test