Skip to content

Commit

Permalink
ci: bump withastro/action to v2
Browse files Browse the repository at this point in the history
fixes [`ERR_INVALID_THIS` error](pnpm/action-setup#135) by bumping [pnpm/action-setup](https://github.com/withastro/action/blob/v2.0.1/action.yml#L60)
  • Loading branch information
scarf005 authored Jul 8, 2024
1 parent a3718fb commit ee3af1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload site
uses: withastro/action@v0
uses: withastro/action@v2
with:
path: doc
node-version: 20
Expand Down

0 comments on commit ee3af1a

Please sign in to comment.