Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "Version: $VERSION"
jq --arg version "$VERSION" '.version = $version' package.json > tmp.$$.json && mv tmp.$$.json package.json
- name: Install dependencies
uses: wyvox/action-setup-pnpm@v3
uses: wyvox/action-setup-pnpm@v4
- name: Optimize assets
run: pnpm optimize
- name: Build docs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: get_version
run: echo VERSION=$(echo $GITHUB_REF | cut -d / -f 3 | sed -e 's/\./_/g') >> $GITHUB_OUTPUT
- name: Install
uses: wyvox/action-setup-pnpm@v3
uses: wyvox/action-setup-pnpm@v4
- id: Optimize
run: pnpm optimize
- id: Build
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
id: get_version
run: echo VERSION=$(echo $GITHUB_REF | cut -d / -f 3 | sed -e 's/\./_/g') >> $GITHUB_OUTPUT
- name: Install
uses: wyvox/action-setup-pnpm@v3
uses: wyvox/action-setup-pnpm@v4
- id: Optimize
run: pnpm optimize
- id: Build
Expand Down
Loading