Skip to content

🐛 fix(env): Fix Product Environment #28

🐛 fix(env): Fix Product Environment

🐛 fix(env): Fix Product Environment #28

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install deps
run: pnpm install
- name: Test
run: pnpm test