Skip to content

Commit

Permalink
fix: set pnpm version for gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
He1DAr committed Nov 1, 2023
1 parent 82671cf commit be6ef3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '18.9.0'
- run: npm install -g pnpm
- run: npm install -g pnpm@8.9.1
- run: pnpm i
- name: Run unit tests
run: pnpm run test --coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '18.9.0'
- run: npm install -g pnpm
- run: npm install -g pnpm@8.9.1
- run: pnpm i
- run: npx playwright install --with-deps
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: '18.9.0'
- name: Install pnpm
run: npm install -g pnpm
run: npm install -g pnpm@8.9.1
- name: Install Prettier
run: pnpm add [email protected]
- name: Lint Prettier
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /app

COPY . .

RUN npm install -g pnpm@8.0.0
RUN npm install -g pnpm@8.9.1
RUN pnpm i
RUN pnpm build

Expand Down

1 comment on commit be6ef3f

@vercel
Copy link

@vercel vercel bot commented on be6ef3f Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.