Skip to content

Commit

Permalink
other: Bumped PNPM version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Jul 10, 2024
1 parent 73401ad commit 5f7e60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- uses: pnpm/[email protected]
with:
version: 8.14.x
version: 8.x.x
run_install: false
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- uses: pnpm/[email protected]
with:
version: 8.14.x
version: 8.x.x
run_install: false
- run: pnpm install --frozen-lockfile
- run: pnpm run build

0 comments on commit 5f7e60c

Please sign in to comment.