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
23 changes: 22 additions & 1 deletion .github/workflows/mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- production

env:
NODE_VERSION: '22.21.1'
NODE_VERSION: '24.10.0'

jobs:
# Initialize: Install dependencies, lint & typecheck
Expand All @@ -43,6 +43,9 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json

- name: Upgrade npm to 11.10.0
run: npm install -g npm@11.10.0

- name: Create concatenated patch file
id: patch-file
run: |
Expand Down Expand Up @@ -148,6 +151,9 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json

- name: Upgrade npm to 11.10.0
run: npm install -g npm@11.10.0

- name: Install dependencies
env:
CI: true
Expand Down Expand Up @@ -224,6 +230,9 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json

- name: Upgrade npm to 11.10.0
run: npm install -g npm@11.10.0

- name: Install dependencies
env:
CI: true
Expand Down Expand Up @@ -285,6 +294,9 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json

- name: Upgrade npm to 11.10.0
run: npm install -g npm@11.10.0

- name: Create concatenated patch file
id: patch-file
run: |
Expand Down Expand Up @@ -459,6 +471,9 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json

- name: Upgrade npm to 11.10.0
run: npm install -g npm@11.10.0

- name: Setup Java
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -678,6 +693,9 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json

- name: Upgrade npm to 11.10.0
run: npm install -g npm@11.10.0

- name: Create concatenated patch file
id: patch-file
run: |
Expand Down Expand Up @@ -839,6 +857,9 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json

- name: Upgrade npm to 11.10.0
run: npm install -g npm@11.10.0

- name: Setup Java
uses: actions/setup-java@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
concurrency: ${{ github.workflow }}-${{ github.ref }}

env:
NODE_VERSION: "22.21.1"
NODE_VERSION: "24.10.0"

jobs:
changes:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22.21.1
node-version: 24.10.0
# registry-url for correct registry targeting, but do NOT use always-auth
# (that's for token auth, not OIDC)
registry-url: "https://registry.npmjs.org"
Expand All @@ -65,7 +65,7 @@ jobs:
run: |
echo "Current npm version: $(npm --version)"
# OIDC trusted publishing requires npm 11.5.1+
npm install -g npm@latest
npm install -g npm@11.10.0
echo "Updated npm version: $(npm --version)"

- name: Create concatenated patch file
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
workflow_dispatch:

env:
NODE_VERSION: '22.21.1'
NODE_VERSION: '24.10.0'

jobs:
sdk-ci:
Expand All @@ -40,6 +40,9 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json

- name: Upgrade npm to 11.10.0
run: npm install -g npm@11.10.0

- name: Create concatenated patch file
id: patch-file
run: |
Expand Down
32 changes: 31 additions & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
workflow_dispatch:

env:
NODE_VERSION: '22.21.1'
NODE_VERSION: '24.10.0'

jobs:
web-init:
Expand All @@ -43,6 +43,9 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json

- name: Upgrade npm to 11.10.0
run: npm install -g npm@11.10.0

- name: Create concatenated patch file
id: patch-file
run: |
Expand Down Expand Up @@ -99,6 +102,9 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json

- name: Upgrade npm to 11.10.0
run: npm install -g npm@11.10.0

- name: Create concatenated patch file
id: patch-file
run: |
Expand Down Expand Up @@ -159,6 +165,9 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json

- name: Upgrade npm to 11.10.0
run: npm install -g npm@11.10.0

- name: Create concatenated patch file
id: patch-file
run: |
Expand Down Expand Up @@ -216,6 +225,9 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json

- name: Upgrade npm to 11.10.0
run: npm install -g npm@11.10.0

- name: Create concatenated patch file
id: patch-file
run: |
Expand Down Expand Up @@ -288,6 +300,9 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json

- name: Upgrade npm to 11.10.0
run: npm install -g npm@11.10.0

- name: Create concatenated patch file
id: patch-file
run: |
Expand Down Expand Up @@ -379,6 +394,9 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json

- name: Upgrade npm to 11.10.0
run: npm install -g npm@11.10.0

- name: Create concatenated patch file
id: patch-file
run: |
Expand Down Expand Up @@ -537,6 +555,9 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json

- name: Upgrade npm to 11.10.0
run: npm install -g npm@11.10.0

- name: Create concatenated patch file
id: patch-file
run: |
Expand Down Expand Up @@ -612,6 +633,9 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Upgrade npm to 11.10.0
run: npm install -g npm@11.10.0

- name: Create concatenated patch file
id: patch-file
run: |
Expand Down Expand Up @@ -728,6 +752,9 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Upgrade npm to 11.10.0
run: npm install -g npm@11.10.0

- name: Create concatenated patch file
id: patch-file
run: |
Expand Down Expand Up @@ -844,6 +871,9 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Upgrade npm to 11.10.0
run: npm install -g npm@11.10.0

- name: Create concatenated patch file
id: patch-file
run: |
Expand Down
7 changes: 6 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# TODO: Remove legacy-peer-deps when all peerDependency conflicts
# have been resolved in the dependency tree
legacy-peer-deps=true
engine-strict=true

# ECONNRESET on npm i
# possible fix: https://stackoverflow.com/a/61378723
# timeout=60000 # Removed: causes ERR_INVALID_ARG_TYPE with Node 22+
prefer-offline=true
prefer-offline=true

# Supply-chain: only install package versions that were published at least
# 7 days ago. Added in npm via https://github.com/npm/cli/pull/8965.
min-release-age=7
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.21.1
v24.10.0
Loading
Loading