Skip to content

Commit

Permalink
fix(ci): specify pnpm ver in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Oct 8, 2023
1 parent c5ca606 commit 43d3c0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8

- name: Setup node with cache
uses: actions/setup-node@v3
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "thinc-knowledge",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down

0 comments on commit 43d3c0d

Please sign in to comment.