Skip to content

fix: remove pnpm from non-pnpm project #204

fix: remove pnpm from non-pnpm project

fix: remove pnpm from non-pnpm project #204

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
registry-url: 'https://registry.npmjs.org'
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm test