Skip to content

set primary text color to spinner on product card #180

set primary text color to spinner on product card

set primary text color to spinner on product card #180

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "20.x"
- name: run yarn install
run: yarn install
- name: run yarn test
run: yarn test