chore: manually fix pnpm version to prevent package-manager-strict err
This commit is contained in:
parent
4b49d9e791
commit
4fc463a9b1
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- uses: pnpm/action-setup@v2
|
- uses: pnpm/action-setup@v2
|
||||||
name: Install pnpm
|
name: Install pnpm
|
||||||
with:
|
with:
|
||||||
version: 9.0.5
|
version: 9.1.2
|
||||||
run_install: false
|
run_install: false
|
||||||
|
|
||||||
- name: Get pnpm store directory
|
- name: Get pnpm store directory
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ import { UTILS } from '../../cli/src/utils/templates'
|
||||||
// Module options TypeScript interface definition
|
// Module options TypeScript interface definition
|
||||||
export interface ModuleOptions {
|
export interface ModuleOptions {
|
||||||
/**
|
/**
|
||||||
* Prefix for all the imported component
|
* Prefix for all the imported component.
|
||||||
*/
|
*/
|
||||||
prefix?: string
|
prefix?: string
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user