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
2 changes: 1 addition & 1 deletion .github/workflows/cf-worker-example-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
node-version: [22.12]
node-version: ['24.x']
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nx-affected-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
issues: write
strategy:
matrix:
node-version: [22.12]
node-version: ['24.x']
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest-8-core
strategy:
matrix:
node-version: [22.12]
node-version: ['24.x']
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.12]
node-version: ['24.x']
env:
GITHUB_TOKEN: ${{ secrets.AUTOMATION_USER_TOKEN }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-test-harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-24-arm-16-core
strategy:
matrix:
node-version: [22.12]
node-version: ['24.x']
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-of-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '24.x'
cache: 'yarn'

- name: Set Git author
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12
24
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To view the README for a specific SDK, navigate to that SDK inside the `sdk` dir
There are several examples included in this repository for various SDKs. If you want to run them, proceed to setup:

## Setup
Ensure you have Node 22.x installed.
Ensure you have Node 24.x installed.

1. Clone this repo
2. Run `yarn` from the root directory. SDKs and dev-apps should now be set up to run via Nx.
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lib/**/*",
"dev-apps/**/*"
],
"packageManager": "yarn@4.9.2",
"packageManager": "yarn@4.12.0",
"scripts": {
"lint": "nx run-many --parallel --target lint --all",
"test": "nx run-many --parallel --target test --all",
Expand Down Expand Up @@ -242,7 +242,8 @@
"minimatch@^3.1.1": "^3.1.5",
"minimatch@^3.1.2": "^3.1.5",
"minimatch@2 || 3": "^3.1.5",
"minimatch@7.4.6": "^7.4.9"
"minimatch@7.4.6": "^7.4.9",
"@parcel/watcher@2.0.4": "^2.5.6"
},
"config": {
"commitizen": {
Expand Down
174 changes: 147 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6093,14 +6093,147 @@ __metadata:
languageName: node
linkType: hard

"@parcel/watcher@npm:2.0.4":
version: 2.0.4
resolution: "@parcel/watcher@npm:2.0.4"
dependencies:
node-addon-api: "npm:^3.2.1"
"@parcel/watcher-android-arm64@npm:2.5.6":
version: 2.5.6
resolution: "@parcel/watcher-android-arm64@npm:2.5.6"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard

"@parcel/watcher-darwin-arm64@npm:2.5.6":
version: 2.5.6
resolution: "@parcel/watcher-darwin-arm64@npm:2.5.6"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"@parcel/watcher-darwin-x64@npm:2.5.6":
version: 2.5.6
resolution: "@parcel/watcher-darwin-x64@npm:2.5.6"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"@parcel/watcher-freebsd-x64@npm:2.5.6":
version: 2.5.6
resolution: "@parcel/watcher-freebsd-x64@npm:2.5.6"
conditions: os=freebsd & cpu=x64
languageName: node
linkType: hard

"@parcel/watcher-linux-arm-glibc@npm:2.5.6":
version: 2.5.6
resolution: "@parcel/watcher-linux-arm-glibc@npm:2.5.6"
conditions: os=linux & cpu=arm & libc=glibc
languageName: node
linkType: hard

"@parcel/watcher-linux-arm-musl@npm:2.5.6":
version: 2.5.6
resolution: "@parcel/watcher-linux-arm-musl@npm:2.5.6"
conditions: os=linux & cpu=arm & libc=musl
languageName: node
linkType: hard

"@parcel/watcher-linux-arm64-glibc@npm:2.5.6":
version: 2.5.6
resolution: "@parcel/watcher-linux-arm64-glibc@npm:2.5.6"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard

"@parcel/watcher-linux-arm64-musl@npm:2.5.6":
version: 2.5.6
resolution: "@parcel/watcher-linux-arm64-musl@npm:2.5.6"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard

"@parcel/watcher-linux-x64-glibc@npm:2.5.6":
version: 2.5.6
resolution: "@parcel/watcher-linux-x64-glibc@npm:2.5.6"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard

"@parcel/watcher-linux-x64-musl@npm:2.5.6":
version: 2.5.6
resolution: "@parcel/watcher-linux-x64-musl@npm:2.5.6"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard

"@parcel/watcher-win32-arm64@npm:2.5.6":
version: 2.5.6
resolution: "@parcel/watcher-win32-arm64@npm:2.5.6"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@parcel/watcher-win32-ia32@npm:2.5.6":
version: 2.5.6
resolution: "@parcel/watcher-win32-ia32@npm:2.5.6"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard

"@parcel/watcher-win32-x64@npm:2.5.6":
version: 2.5.6
resolution: "@parcel/watcher-win32-x64@npm:2.5.6"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@parcel/watcher@npm:^2.5.6":
version: 2.5.6
resolution: "@parcel/watcher@npm:2.5.6"
dependencies:
"@parcel/watcher-android-arm64": "npm:2.5.6"
"@parcel/watcher-darwin-arm64": "npm:2.5.6"
"@parcel/watcher-darwin-x64": "npm:2.5.6"
"@parcel/watcher-freebsd-x64": "npm:2.5.6"
"@parcel/watcher-linux-arm-glibc": "npm:2.5.6"
"@parcel/watcher-linux-arm-musl": "npm:2.5.6"
"@parcel/watcher-linux-arm64-glibc": "npm:2.5.6"
"@parcel/watcher-linux-arm64-musl": "npm:2.5.6"
"@parcel/watcher-linux-x64-glibc": "npm:2.5.6"
"@parcel/watcher-linux-x64-musl": "npm:2.5.6"
"@parcel/watcher-win32-arm64": "npm:2.5.6"
"@parcel/watcher-win32-ia32": "npm:2.5.6"
"@parcel/watcher-win32-x64": "npm:2.5.6"
detect-libc: "npm:^2.0.3"
is-glob: "npm:^4.0.3"
node-addon-api: "npm:^7.0.0"
node-gyp: "npm:latest"
node-gyp-build: "npm:^4.3.0"
checksum: 10/ec3ba32c16856c34460d79bc95887f68869201e0cae68c5d1d4cd1f0358673d76dea56e194ede1e83af78656bde4eef2b17716a7396b54f63a40e4655c7a63c4
picomatch: "npm:^4.0.3"
dependenciesMeta:
"@parcel/watcher-android-arm64":
optional: true
"@parcel/watcher-darwin-arm64":
optional: true
"@parcel/watcher-darwin-x64":
optional: true
"@parcel/watcher-freebsd-x64":
optional: true
"@parcel/watcher-linux-arm-glibc":
optional: true
"@parcel/watcher-linux-arm-musl":
optional: true
"@parcel/watcher-linux-arm64-glibc":
optional: true
"@parcel/watcher-linux-arm64-musl":
optional: true
"@parcel/watcher-linux-x64-glibc":
optional: true
"@parcel/watcher-linux-x64-musl":
optional: true
"@parcel/watcher-win32-arm64":
optional: true
"@parcel/watcher-win32-ia32":
optional: true
"@parcel/watcher-win32-x64":
optional: true
checksum: 10/00e027ef6bd67239bd63d63d062363a0263377a3de3114c29f0f717076616b3a03fd67902a70ba52dbb7241efc27498a8f1da983aa41280c454b9c1246a6f191
languageName: node
linkType: hard

Expand Down Expand Up @@ -23636,15 +23769,6 @@ __metadata:
languageName: node
linkType: hard

"node-addon-api@npm:^3.2.1":
version: 3.2.1
resolution: "node-addon-api@npm:3.2.1"
dependencies:
node-gyp: "npm:latest"
checksum: 10/681b52dfa3e15b0a8e5cf283cc0d8cd5fd2a57c559ae670fcfd20544cbb32f75de7648674110defcd17ab2c76ebef630aa7d2d2f930bc7a8cc439b20fe233518
languageName: node
linkType: hard

"node-addon-api@npm:^7.0.0":
version: 7.1.1
resolution: "node-addon-api@npm:7.1.1"
Expand Down Expand Up @@ -23712,17 +23836,6 @@ __metadata:
languageName: node
linkType: hard

"node-gyp-build@npm:^4.3.0":
version: 4.4.0
resolution: "node-gyp-build@npm:4.4.0"
bin:
node-gyp-build: bin.js
node-gyp-build-optional: optional.js
node-gyp-build-test: build-test.js
checksum: 10/a2f77e622ed738209f20ee808c812fe5697c3c641b76b6a369b989a810ed40d1a7f5e7687ca0ea5987363697c284f1c75cdc8164e8cfdd5e6ff3bae17e9898ff
languageName: node
linkType: hard

"node-gyp@npm:^9.0.0":
version: 9.3.1
resolution: "node-gyp@npm:9.3.1"
Expand Down Expand Up @@ -25236,6 +25349,13 @@ __metadata:
languageName: node
linkType: hard

"picomatch@npm:^4.0.3":
version: 4.0.3
resolution: "picomatch@npm:4.0.3"
checksum: 10/57b99055f40b16798f2802916d9c17e9744e620a0db136554af01d19598b96e45e2f00014c91d1b8b13874b80caa8c295b3d589a3f72373ec4aaf54baa5962d5
languageName: node
linkType: hard

"pidtree@npm:^0.3.0":
version: 0.3.1
resolution: "pidtree@npm:0.3.1"
Expand Down
Loading