Skip to content
Open
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
3 changes: 3 additions & 0 deletions .github/workflows/playwright-visual-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
with:
node-version: 22

- name: Update NPM
run: npm install -g npm@12.0.2

- name: Enable Corepack
run: |
corepack enable
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # 7.0.0
with:
node-version: 22
- name: Update NPM
run: npm install -g npm@12.0.2

- name: Enable Corepack
run: |
corepack enable
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # 7.0.0
with:
node-version: 22
- name: Update NPM
run: npm install -g npm@12.0.2

- name: Enable Corepack
run: |
corepack enable
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
node-version: 22

- name: Update NPM
run: npm install -g npm@12.0.2

- run: npm install -g mdx2vast

- name: Run Vale
Expand Down
5 changes: 5 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Supply-chain cooldown: refuse dependency versions published <7 days ago (npm 12+).
# Own packages are exempt so same-day @midnight-ntwrk releases stay installable.
min-release-age=7
min-release-age-exclude[]=@midnight-ntwrk/*
min-release-age-exclude[]=@midnightntwrk/*
Loading