Skip to content
Merged
Show file tree
Hide file tree
Changes from 13 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/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
package-lock.json
node-version: ${{ matrix.node_version }}

- run: npm install -g npm@latest
- run: npm install -g npm@11.6.0

- name: Bootstrap
run: npm ci --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bundler-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache-dependency-path: |
package-lock.json
node-version: 24
- run: npm install -g npm@latest
- run: npm install -g npm@11.6.0
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Build TypeScript packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-or-update-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json
node-version: 22
- run: npm install -g npm@latest
- run: npm install -g npm@11.6.0

- run: npm ci --ignore-scripts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
matrix.node_version == '18' ||
matrix.node_version == '20.6.0'
}}
- run: npm install -g npm@latest
- run: npm install -g npm@11.6.0
if: ${{
matrix.node_version == '20' ||
matrix.node_version == '22' ||
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 22

- run: npm install -g npm@latest
- run: npm install -g npm@11.6.0

- name: Bootstrap
run: npm ci --ignore-scripts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
matrix.node_version == '18' ||
matrix.node_version == '20.6.0'
}}
- run: npm install -g npm@latest
- run: npm install -g npm@11.6.0
if: ${{
matrix.node_version == '20' ||
matrix.node_version == '22' ||
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
package-lock.json
node-version: '22'

- run: npm install -g npm@latest
- run: npm install -g npm@11.6.0

- name: Bootstrap
run: npm ci --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lockfile-version=2
lockfile-version=3
Loading