chore: manually fix pnpm version to prevent package-manager-strict err

This commit is contained in:
Sadegh Barati 2024-05-24 17:01:31 +03:30
parent 4b49d9e791
commit 4fc463a9b1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
/**