Skip to content

Commit

Permalink
Version update in github workflow to fix pnpm v7 to v8 changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkyTheWhite committed Aug 19, 2023
1 parent ee834ef commit 0460ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
version: "^8.6.12"
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: "^v18.17.1"
cache: pnpm
- name: Install Dependencies
run:
Expand Down

0 comments on commit 0460ccb

Please sign in to comment.