Skip to content

Improve lint and rollup configs #57

Improve lint and rollup configs

Improve lint and rollup configs #57

Workflow file for this run

name: ci
on: push
env:
NODE_VERSION: 18.6.0
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: 7
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'pnpm'
- run: pnpm install --no-optional
- run: pnpm lint
- run: pnpm test