Skip to content

build(deps): bump elliptic from 6.5.4 to 6.5.7 in /store #7

build(deps): bump elliptic from 6.5.4 to 6.5.7 in /store

build(deps): bump elliptic from 6.5.4 to 6.5.7 in /store #7

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