Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
corepack prepare yarn@stable --activate

- name: Install dependencies
run: yarn
run: yarn install --immutable

- name: Install Playwright browsers
run: |
Expand Down
8 changes: 8 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
nodeLinker: node-modules

# Supply-chain minimum release age: refuse to install any dependency version
# published less than 3 days ago (smash-and-grab malware is usually yanked
# within hours). Internal @convertcom/* packages are exempt so our own release
# chain never stalls on a freshly-published package.
npmMinimalAgeGate: 4320
npmPreapprovedPackages:
- "@convertcom/*"
Loading