Skip to content

Add replacement implementation stores for client mods that don't have specific functions #32

Add replacement implementation stores for client mods that don't have specific functions

Add replacement implementation stores for client mods that don't have specific functions #32

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
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'
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm i
- run: pnpm run build
- run: pnpm test