Skip to content

Commit

Permalink
fix: use newer pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp committed Jul 25, 2023
1 parent 0373c3f commit 46eb80b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ jobs:
- name: Checkout your repository using git
uses: actions/checkout@v3
- name: Install, build, and upload your site
uses: withastro/action@v0
uses: ThatXliner/action@042a37e06d20529fc242719f4f27fe2cb5271e57
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: pnpm # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
pnpm-version: 8.x.x

deploy:
needs: build
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@
"prettier-plugin-astro": "^0.8.0",
"typescript": "^4.9.5"
},
"packageManager": "pnpm@7.27.1"
"packageManager": "pnpm@8.6.10",
"engines": {
"pnpm": "8.x",
"node": ">=18 <21"
},
"engineStrict": true
}

0 comments on commit 46eb80b

Please sign in to comment.