Skip to content

fix: change env to a manually set one #23

fix: change env to a manually set one

fix: change env to a manually set one #23

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 18
- run: pnpm install
- run: pnpm lint
# - run: pnpm vitest run
# - uses: codecov/codecov-action@v3