Skip to content

Commit

Permalink
pnpm doesnt work, back to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
dogfrogfog committed Nov 8, 2023
1 parent 8636bc1 commit 157805d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/import-dataset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: pnpm install
- run: pnpx sanity debug
- run: npm install
- run: npx sanity debug
- run: echo ${{ env }}

0 comments on commit 157805d

Please sign in to comment.