Skip to content

First iteration of the shopContext. have not implemented it to the ba… #107

First iteration of the shopContext. have not implemented it to the ba…

First iteration of the shopContext. have not implemented it to the ba… #107

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "20"
- run: npm ci
- run: npm test