Skip to content

Commit

Permalink
chore: specify packageManager in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Jul 19, 2023
1 parent 949c175 commit e317095
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ jobs:
uses: actions/checkout@v3
- name: Install, build, and upload your site
uses: withastro/action@v0
# with:
# path: . # The root location of your Astro project inside the repository. (optional)
# node-version: 16 # The specific version of Node that should be used to build your site. Defaults to 16. (optional)
# package-manager: yarn # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
with:
node-version: latest
package-manager: pnpm

deploy:
needs: build
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"sharp": "^0.32.1",
"prettier": "^3.0.0",
"prettier-plugin-astro": "^0.11.0"
}
},
"packageManager": "[email protected]"
}

0 comments on commit e317095

Please sign in to comment.