Skip to content

Commit

Permalink
chore: manually fix pnpm version to prevent package-manager-strict err
Browse files Browse the repository at this point in the history
  • Loading branch information
sadeghbarati committed May 24, 2024
1 parent 4b49d9e commit 4fc463a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 9.0.5
version: 9.1.2
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion packages/module/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { UTILS } from '../../cli/src/utils/templates'
// Module options TypeScript interface definition
export interface ModuleOptions {
/**
* Prefix for all the imported component
* Prefix for all the imported component.
*/
prefix?: string
/**
Expand Down

0 comments on commit 4fc463a

Please sign in to comment.