Skip to content

Commit

Permalink
ci: pin pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
cseas committed Dec 23, 2024
1 parent abe0e25 commit 1a4bca0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: Installs npm packages and manages it's cache

env:
NODE_VERSION: 22.9.0
PNPM_VERSION: 9.15.1

runs:
using: composite
Expand All @@ -11,7 +12,7 @@ runs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
version: ${{ env.PNPM_VERSION }}
run_install: false

- name: Setup Node.js v${{ env.NODE_VERSION }} with pnpm cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 9
version: 9.15.1
run_install: true

- name: Restore next build
Expand Down

0 comments on commit 1a4bca0

Please sign in to comment.