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
3 changes: 1 addition & 2 deletions .github/workflows/api-extractor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
with:
node-version: ">=23.6.0"

- name: Install dependencies (with cache)
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
- run: npm ci

# Builds the library and runs the api extractor
- name: Run Api-Extractor
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/arethetypeswrong.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: ">=23.6.0"
- name: Install dependencies (with cache)
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1

- run: npm ci

- name: Run build
run: npm run build
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cleanup-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
with:
node-version: ">=23.6.0"

- name: Install dependencies (with cache)
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
- run: npm ci

- name: Run Api-Extractor
run: npm run extract-api
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compare-build-output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: ">=23.6.0"
- name: Install dependencies (with cache)
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1

- run: npm ci

- name: Run comparison script
id: attw
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/docmodel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
with:
node-version: ">=23.6.0"

- name: Install dependencies (with cache)
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
- run: npm ci

- name: Generate documentation model
run: npm run docmodel
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/knip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: "24.x"
- name: Install dependencies (with cache)
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
- run: npm ci
- name: Run knip
run: npm run knip
3 changes: 1 addition & 2 deletions .github/workflows/publish-pr-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
with:
file-filter: "scripts/codemods/ac3-to-ac4/**"

- name: Install dependencies with cache
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
- run: npm ci

- name: Build AC
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-test-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: ">=23.6.0"
- uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
- run: npm ci
- run: |
npm install react@${MATRIX_TAG} react-dom@${MATRIX_TAG}
env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: ">=23.6.0"
- name: Install dependencies (with cache)
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
- run: npm ci
- name: Run size-limit
uses: andresz1/size-limit-action@e7493a72a44b113341c0cf6186ab49c17c4b65c1 # v1
with:
Expand Down
Loading