There was an error while loading. Please reload this page.
2 parents b61eab7 + 0c86659 commit 028e65cCopy full SHA for 028e65c
2 files changed
.github/workflows/qa.yml
@@ -35,7 +35,7 @@ jobs:
35
corepack prepare yarn@stable --activate
36
37
- name: Install dependencies
38
- run: yarn
+ run: yarn install --immutable
39
40
- name: Install Playwright browsers
41
run: |
.yarnrc.yml
@@ -1 +1,9 @@
1
nodeLinker: node-modules
2
+
3
+# Supply-chain minimum release age: refuse to install any dependency version
4
+# published less than 3 days ago (smash-and-grab malware is usually yanked
5
+# within hours). Internal @convertcom/* packages are exempt so our own release
6
+# chain never stalls on a freshly-published package.
7
+npmMinimalAgeGate: 4320
8
+npmPreapprovedPackages:
9
+ - "@convertcom/*"
0 commit comments