We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eff390c + c7f3cf9 commit e38c7b8Copy full SHA for e38c7b8
.github/workflows/jest.yml
@@ -56,7 +56,7 @@ jobs:
56
57
# Install dependencies
58
- name: 🏗️ Install dependencies
59
- run: pnpm install
+ run: pnpm install --frozen-lockfile
60
61
# Build packages
62
- name: 🔨 Build packages
.github/workflows/playwright.yml
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
87
88
0 commit comments